matteoferfoglia / skiplist

Implementation of a SkipList.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skiplist

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

References

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

About

Implementation of a SkipList.


Languages

Language:Java 100.0%