what is skip list On Fri, Mar 11, 2011 at 5:58 AM, priya mehta <[email protected]>wrote:
> use skip list:) > > > On Thu, Mar 10, 2011 at 2:31 PM, ravi teja <[email protected]> wrote: > >> @Utkarsh : >> >> Yeah , that is when you can access any element in O(1) time and the >> elements are sorted.This happens in a sorted array where you get an overall >> complexisty of O(logn). >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Algorithm Geeks" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/algogeeks?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > -- UTKARSH SRIVATAV CSE-3 B-TECH 2nd YEAR MNNIT ALLAHABAD -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
