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

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

Awesome Lists containing this project

README

          

# Binary Tree

![Green Tree](tree.webp)

## 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
```