[algogeeks] Infinite Array

2011-09-29 Thread pooja
Given a sorted Array of infinite length.. what is the most optimum way to search for an element. We hane no idea about its length.. -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to

Re: [algogeeks] Infinite Array

2011-09-29 Thread sumit kumar pathak
*search for elements at 2^0 , 2^1, 2^2 and so on ... * * * * *regards - Sumit Kumar Pathak (Sumit/ Pathak/ SKP ...) *Smile is only good contagious thing.* *Spread it*! On Thu, Sep 29, 2011 at 5:29 PM, pooja pooja27tan...@gmail.com wrote: Given a sorted Array of infinite length.. what is