/SkipList

A simple implementation of the SkipList data structure

Primary LanguageJavaISC LicenseISC

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.