0.1.0 • Published 7 years ago

@davidisaaclee/bst v0.1.0

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

bst

A simple binary search tree implementation in Javascript, with an immutable, functional interface. State is stored as a plain object.

Installation

yarn add @davidisaaclee/bst

Development

git clone https://github.com/davidisaaclee/bst.git

# Install dependencies.
yarn

# Build to ES module, CommonJS, and UMD.
yarn build

# Run tests.
yarn test