Skip to content

thestoneage/SkipList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

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

No packages published

Languages