Skip to content

davidisaaclee/bst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple BST implementation in Javascript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published