Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ BST Visualizer

A simple Binary Search Tree implementation in C++ with SFML-based visualization.

Features

  • Insert and remove nodes
  • Search (contains)
  • Inorder, preorder, and postorder traversals
  • Find minimum and maximum values
  • Calculate tree height
  • Visualize the tree using SFML

Usage

Requirements

  • C++17 or later
  • SFML 3
  • Make
### Build
make

### Run
make run

### Clean
make clean

### ...Project Structure...
├── include/
│   ├── bst.hpp
│   └── visual.hpp
├── src/
│   └── main.cpp
├── assets/
│   └── Roboto.ttf
├── Makefile
└── README.md

About

C++ Binary Search Tree implementation with SFML-based visualization

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages