0.1.0 • Published 7 years ago
@davidisaaclee/bst v0.1.0
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
0.1.0
7 years ago