0.1.2 • Published 7 years ago

bst-extended v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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.

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago