This package has been deprecated

Author message:

WARNING: This project has been renamed to @aureooms/js-bst.

aureooms-js-bst

3.0.0 • Public • Published

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

Package Sidebar

Install

npm i aureooms-js-bst

Weekly Downloads

7

Version

3.0.0

License

AGPL-3.0

Last publish

Collaborators

  • aureooms