Computer Science, asked by devyadav3037, 11 months ago

You are given an array arr[] of n integers including 0. The task is to find the smallest positive number missing from the array.

Answers

Answered by Anonymous
0

You have to find the smallest positive number missing from the array in O(n) time ... non-positive (0 and negative) numbers on left ... int findMissingPositive

Similar questions