Lakh's blog

By Lakh, history, 6 years ago, In English

I am looking for some efficient implementation of the skip list. I tried implementing it in O(sqrt(n)) but getting wrong results. I searched for the same but unable to find some detailed explanation .Please suggest some useful resources for the O(sqrt(n)) implementation or some other approach.

  • Vote: I like it
  • 0
  • Vote: I do not like it