@davidisaaclee/bst
v0.1.0
Published
A simple binary search tree implementation in Javascript, with an immutable, functional interface. State is stored as a plain object.
Downloads
264
Readme
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