Skip to content

make-github-pseudonymous-again/js-splay-tree

Repository files navigation

Binary search tree data structure library for JavaScript. See docs. Parent is @aureooms/js-data-structures.

let tree = new SplayTree( compare.increasing ) ; tree.add( 58786 ) ; tree.find( 58787 ) ; // NIL tree.find( 58786 ) ; // BINGO

License Version Build Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size

Children

Reference