3.0.0 • Published 7 years ago

aureooms-js-bst v3.0.0

Weekly downloads
2
License
AGPL-3.0
Repository
github
Last release
7 years ago

js-bst

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

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

NPM license NPM version Build Status Coverage Status Dependencies Status devDependencies Status Code Climate NPM downloads per month GitHub issues Documentation

Children

Reference