-
Notifications
You must be signed in to change notification settings - Fork 1
thestoneage/SkipList
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Quick and dirty implementation of a Skip List in Ruby A skip list is a probabilistic data structure used for storing items sorted, it was invented by William Pugh [1]. It has an expected item lookup efficiency of O(log n). [1] ftp://ftp.cs.umd.edu/pub/skipLists/skiplists.pdf
About
A skip list implementation in ruby
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published