Binary search tree data structures for JavaScript. See docs. Parent is @aureooms/js-data-structures.
This README regroups projects focusing on implementing search tree data structures with JavaScript. This project itself does not contain any code.
- @aureooms/js-red-black-tree
- @aureooms/js-splay-tree
- @aureooms/js-avl-tree
- 2-3 tree
- 2-3-4 tree
- AA tree
- Scapegoat tree
- Treap
- Randomized binary search tree
- https://en.wikipedia.org/wiki/Self-balancing_binary_search_tree#Implementations
- http://opendatastructures.org/ods-java/7_Random_Binary_Search_Tree.html
- https://github.com/mikolalysenko/functional-red-black-tree