Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tree-Project

Overview

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.

Features

  • Insert and delete nodes in the BST
  • Search for nodes in the BST
  • Visualize the BST structure in the terminal

Requirements

  • C++ compiler (e.g., g++)
  • CMake (for build configuration)

Installation

  1. Clone the repository:
    git clone https://github.com/MaximeAlgosup/Random-Tree-Project
  2. Navigate to the project directory:
    cd Random-Tree-Project
  3. Build the project using CMake:
    cmake -S . -B build
    cd build
    make

Usage

To run the binary search tree program, use the following command:

./randomTreeProject

This will start the program and allow you to interact with the binary search tree directly in the terminal.

License

This project is licensed under the MIT License. See lience.

About

Random workshop that aim to use tree data structure for a super teacher!

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages