binary_tree_builder
v1.0.0
Published
This project builds Binary Trees
Downloads
1
Readme
binary_tree
Project Title:
Binary Search Trees
Description:
The aim of this project is to build BSTs (binary search trees). Through this project, I will be a ble to build binary search trees, edit them, find their orders of traversal and determine if they are balanced or not.
Getting Started:
- Node
npm install prompt-sync
npm install inquirer
Installing:
- This project can be downloaded on GitHub using this link: (https://github.com/yorkilito/binary_tree)
Executing Program:
- You can run this program in a Linux or Mac terminal by running the command
node index.js
Authors:
- Name: Samuel Yorke Aidoo Jr. (@yorkilito)
- GitHub: https://github.com/yorkilito
- Email Address: [email protected]
Version History:
0.1
License:
This project is licensed under the MIT License - see the LICENSE.md for details
Acknowledgements:
The Odin Project (https://www.theodinproject.com/lessons/javascript-binary-search-trees)