bst-extended
v0.1.2
Published
Binary search tree implemented in JavaScript.
Readme
Binary Search Tree
Binary search tree implemented in JavaScript.
Installation
npm install --save-dev bst-extended
Usage
Import bst-extended module to your code:
const BST = require('bst-extended');or with ES6 syntax:
import BST from 'bst-extended';Tests
npm test
Contributing
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
