GeeksforGeeks » Algorithms
Minimum missing number in array
(1 post)-
An array of size N. All the elements are positive (> 0). Find the minimum element, which is not present in the array.
Reply
You must log in to post.
An array of size N. All the elements are positive (> 0). Find the minimum element, which is not present in the array.
You must log in to post.