Randomized Skip List
Sorted linked list
# of links of a node is its height
The height i link of each node (that has one) links to the next node of height i or greater
There should be about 1/2 as many nodes of height i+1 as there are of height i
Previous slide
Next slide
Back to first slide
View graphic version