You make DZone different! Login and vote now.
Skip lists are a fascinating data structure: very simple, and yet have the same asymptotic efficiency as much more complicated AVL trees and red-black trees. In this article, I discuss the asymptotic efficiency of operations on skip lists, the ideas that make them work, and their interesting use cases. And, of course, I give you the source code for a skip list in C#.
Comments
paul_houle replied ago:
cool!
Voters For This Link (19)
Voters Against This Link (0)