This project is a binary search tree (BST) implementation and visualization tool written in C++. It allows users to create, manipulate, and visualize binary search trees directly in the terminal.
- Insert and delete nodes in the BST
- Search for nodes in the BST
- Visualize the BST structure in the terminal
- C++ compiler (e.g., g++)
- CMake (for build configuration)
- Clone the repository:
git clone https://github.com/MaximeAlgosup/Random-Tree-Project
- Navigate to the project directory:
cd Random-Tree-Project - Build the project using CMake:
cmake -S . -B build cd build make
To run the binary search tree program, use the following command:
./randomTreeProjectThis will start the program and allow you to interact with the binary search tree directly in the terminal.
This project is licensed under the MIT License. See lience.