By syam1224
via linkmingle.com
Submitted: Jun 13 2008 / 00:04
You are given an array input[] which contains N unique numbers and N duplicates of another number. Find the duplicated number in O(n) time. CSee the code and can you make this more efficient?
Add your comment