Essa empresa é sua?
Find first positive missing number from an unsorted array. Given range 0 to infinity of the numbers in array.
Sigiloso
I solved it using hash set in O(n) time and space. But apparently there is a better solution in O(n) time and O(1) space.