nwpuchaoge / SkipList

A simple implementation of the SkipList data structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SKIPLIST

  A probablistic alternative to balanced trees, introduced by William
  Pugh in his 1990 paper.
  
  This is a simple implementation in Java.
  
AUTHOR

  Simon David Pratt

CONTACT

  me@SimonDavidPratt.com
  http://SimonDavidPratt.com

LICENSE

  See LICENSE file.

About

A simple implementation of the SkipList data structure

License:ISC License


Languages

Language:Java 100.0%