Math, asked by wwwrammanoharg2865, 1 year ago

find the smallest positive number missing from an unsorted array

Answers

Answered by karthik4894
0
Find the smallest positive numbermissing from an unsorted array. Set 1. You are given an unsorted array with both positive and negative elements. You have to find the smallest positive number missing from the array in O(n) time using constant extra space.
Similar questions