Skip to content

matteoferfoglia/skiplist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skiplist

Implementation of a SkipList, as described in [1].

References

[1] Pugh, W. (1990). Skip Lists: A Probabilistic Alternative to Balanced Trees.