An open API service indexing awesome lists of open source software.

https://github.com/sequint/int-binary-tree

C++ console app that can add/delete numbers from a binary tree, get leaf numbers on the tree, and return the trees height or width
https://github.com/sequint/int-binary-tree

c-plus-plus

Last synced: over 1 year ago
JSON representation

C++ console app that can add/delete numbers from a binary tree, get leaf numbers on the tree, and return the trees height or width

Awesome Lists containing this project

README

          

# Binary Tree

C++ console app that structures number data in the form of a binary tree.

Through user prompts the user can, add integers as data to the tree, get leaf numbers on the tree (total numbers in data set), and return the trees height or width.

## Technology

- C++ Language
- Visual Studio

## Installation

- Clone the project into a local repository.
- Open project locally through an IDE and run.