christianlovern / data-structures-binary-search-tree-starter

The starter project for binary search trees.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binary Search Tree Project

This project contains a skeleton for you to implement a binary search tree. This is a test-driven project. Run the tests and read the top-most error. If it's not clear what is failing, open the test/test.js file to figure out what the test is expecting. Make the top-most test pass.

Keep making the top-most test pass until all tests pass.

Instructions

About

The starter project for binary search trees.


Languages

Language:JavaScript 100.0%