https://github.com/yamatoxkatana/binary-tree
A complex tree structure binary tree program
https://github.com/yamatoxkatana/binary-tree
binary-tree data-structures
Last synced: 12 months ago
JSON representation
A complex tree structure binary tree program
- Host: GitHub
- URL: https://github.com/yamatoxkatana/binary-tree
- Owner: yamatoxkatana
- Created: 2024-08-26T20:10:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T23:51:48.000Z (about 1 year ago)
- Last Synced: 2025-02-25T00:29:45.327Z (about 1 year ago)
- Topics: binary-tree, data-structures
- Language: C++
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Binary Tree

## Compilation and Execution
To compile and run the program, follow these steps:
**Clone the Repository**:
```bash
git clone https://github.com/yamatoxkatana/BinaryTree.git
cd BinaryTree
```
**Compile the Program**:
```bash
g++ -o binary_tree BinaryTree.cpp
```
**Run the Program**:
bash
```
./binary_tree
```