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
feedback
|
|
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. | |||
feedback
|
|
Lecture from MIT about skip lists: http://video.google.com/videoplay?docid=-6710586843601387849# | |||
|
feedback
|