[algogeeks] Re: How to Implement a HashMap

2011-04-03 Thread rAun007
the node contains the key, then key is not present > in HashMap. > > Thanks, > Vaibhav > > > > > > > > On Sun, Apr 3, 2011 at 6:52 PM, rAun007 wrote: > > Hi Geeks, > > > I was trying to find a good approach to implement a Hash Map of your >

[algogeeks] How to Implement a HashMap

2011-04-03 Thread rAun007
Hi Geeks, I was trying to find a good approach to implement a Hash Map of your own but got confused by searching the answer on the net. It would be very much appreciated if we can discuss different approaches and the best way to implement the same. Regards, Raunak -- You received this messa

[algogeeks] Re: Coding Round

2011-03-27 Thread rAun007
As far as i think this question seems somewhat incomplete ...like what does the distance signify and also how are the elements in the array is poputatedare they in any particular order or some relation exists between the two consecutive elements If any one has done this problem please let