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
- Host: GitHub
- URL: https://github.com/sequint/int-binary-tree
- Owner: sequint
- Created: 2020-07-30T01:17:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T18:55:58.000Z (over 2 years ago)
- Last Synced: 2024-11-11T10:16:40.966Z (over 1 year ago)
- Topics: c-plus-plus
- Language: C++
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.