Skip to content

Practice with binary search trees in Javascript

Notifications You must be signed in to change notification settings

Ada-C15/tree-practice-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.6%
  • Dockerfile 3.0%
  • Shell 0.4%