Tagged Questions

7
votes
5answers
397 views

Skip Lists — ever used them?

I'm wondering whether anyone here has ever used a skip list. It looks to have roughly the same advantages as a balanced binary tree, but is simpler to implement. If you have, did you write your own, …