Skip to content

Skip lists are an efficient alternative to balanced trees, and rather easier to implement correctly.The skip list, described by William Pugh in "Skip Lists: A Probabilistic Alternative to Balanced Trees"

License

Notifications You must be signed in to change notification settings

apppur/skiplist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skiplist

Skip lists are an efficient alternative to balanced trees, and rather easier to implement correctly.The skip list, described by William Pugh in "Skip Lists: A Probabilistic Alternative to Balanced Trees"

About

Skip lists are an efficient alternative to balanced trees, and rather easier to implement correctly.The skip list, described by William Pugh in "Skip Lists: A Probabilistic Alternative to Balanced Trees"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published