Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Package "skiplist" #4461

Closed
tt67wq opened this issue Jul 5, 2018 · 0 comments
Closed

Add Package "skiplist" #4461

tt67wq opened this issue Jul 5, 2018 · 0 comments

Comments

@tt67wq
Copy link

tt67wq commented Jul 5, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants