This project is a visualization of how binary search tree works. This project uses C++ and SFML to make the visualization of binary search tree.
Directions for use in Linux:-
- Download all the files included that are included in "Binary Search Tree" folder.
- Open terminal where you have downloaded the files.
- Make sure you have SFML and g++ compiler installed.
- Compilation step:- g++ -c main.cpp Binary.cpp Textbox.cpp
- Linking step:- g++ main.o Binary.o Textbox.o -o sfml-app -lsfml-audio -lsfml-graphics -lsfml-network -lsfml-window -lsfml-system
- Execution step:- ./sfml-app
Enjoy the program.
To learn more about SFML visit this site:- https://www.sfml-dev.org/learn.php