awesome-elixir icon indicating copy to clipboard operation
awesome-elixir copied to clipboard

Add Package "skiplist"

Open tt67wq opened this issue 7 years ago • 0 comments

Title

Add Package "skiplist"

Description

Add the Package "skip_list" from github Link: https://github.com/tt67wq/SkipList_elixir

Description: Wiki: https://en.wikipedia.org/wiki/Skip_list skiplist is a data structure that allows fast search within an ordered sequence of elements

  • used in redis
  • O(logN) in search
  • much easier than rbtree

this repo is the implement of skip list in elixir

tt67wq avatar Jul 05 '18 08:07 tt67wq