@aureooms/js-bst

3.0.0 • Public • Published

@aureooms/js-bst

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

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

Children

Reference

Package Sidebar

Install

npm i @aureooms/js-bst

Weekly Downloads

4

Version

3.0.0

License

AGPL-3.0

Last publish

Collaborators

  • aureooms