@davidisaaclee/bst

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @davidisaaclee/bst

Weekly Downloads

428

Version

0.1.0

License

MIT

Unpacked Size

22.4 kB

Total Files

7

Last publish

Collaborators

  • davidisaaclee