Algorithm -- Given an array of size n. It contains numbers in the range 1 to n. Each number is prese

Posted by sandeep on Stack Overflow See other posts from Stack Overflow or by sandeep
Published on 2010-04-07T05:10:36Z Indexed on 2010/04/07 5:13 UTC
Read the original article Hit count: 175

Filed under:

Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once but some numebrs may be missing. How to find the missing numbers.

© Stack Overflow or respective owner

Related posts about algorithm