i really dont understand the probabilty thing of this list. in addition to the statement"we have to examine no more than n/2 + 1 nodes (where n is the length of the list).Also giving every fourth node a pointer four ahead (Figure1c) requires that no more than n/4 + 2 nodes be examined". this statement i read in the following link:ftp://ftp.cs.umd.edu/pub/skipLists/skiplists.pdf

link|improve this question
I am guessing this is homework-related matter. Can you make your question clearer ? – Benoît Dec 12 '10 at 17:23
actually it is not a homework, i just missed the lec and im trying to understand the benefits of skip-list especially how does it insert and delete – ms.twenty four Dec 12 '10 at 17:26
i read that statement in a paper of skip-list. – ms.twenty four Dec 12 '10 at 17:26
i just need the concept,,, not implementation – ms.twenty four Dec 12 '10 at 17:27
If you missed a lecture and are trying to catch up, that's still homework. – Rob Kennedy Dec 12 '10 at 17:34
feedback

2 Answers

Skip lists are explained quite well in their Wikipedia article. If you have a specific question about the data structure itself feel free to ask them though.

link|improve this answer
thanks 4 ur help. i have problems with the insertion and deletion functions im trying to understand them especially the part of getting random level – ms.twenty four Dec 12 '10 at 18:00
feedback

Lecture from MIT about skip lists: http://video.google.com/videoplay?docid=-6710586843601387849#

link|improve this answer
great link . thx ! – Nrj Dec 30 '11 at 8:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.