Well instead of using extra memory, we can in-place sort the arraay  in 
O(nlog(n)) and then do an iteration (O(n)) to find out the repeated number. But 
the catch is that number is repeated 2^i times. That is the hint we should use




________________________________
From: ankur aggarwal <ankur.mast....@gmail.com>
To: algogeeks@googlegroups.com
Sent: Sunday, 9 August, 2009 5:47:32 PM
Subject: [algogeeks] Re: Finding repeated element in most efficient way


@richa.. 
ques is in complete i think .
there shud be some conditions given .. 

otherwise 
hash them 
but lots of space will b wasted.. 


or sort them 

try to put the conditions.. 
 




      Yahoo! recommends that you upgrade to the new and safer Internet Explorer 
8. http://downloads.yahoo.com/in/internetexplorer/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/algogeeks
-~----------~----~----~----~------~----~------~--~---

Reply via email to