Ada-C15 / tree-practice-js

Practice with binary search trees in Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binary Search Tree Practice (JavaScript)

See the Ruby version for details.

Installation

This has been tested with node 12.10.0. To install, run

npm i

after cloning this project.

Testing

Run all tests with:

npm test

About

Practice with binary search trees in Javascript


Languages

Language:JavaScript 96.6%Language:Dockerfile 3.0%Language:Shell 0.4%