0.1.2 • Published 8 years ago

bst-extended v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago