Here are the header files and cpp file of the Tree visualizer project.
You have to install and add the libraries of graphics SDL as well as SDL_ttf, also add the arial.ttf font file to your respective directory(or you can change its font if you want ;) )
The following Trees are visualized in this project:
- BINARY TREE
- TERNARY TREE
- BINARY SEARCH TREE
- TERNARY SEARCH TREE
- AVL TREE
- RED BLACK(YELLOW) TREE
Thanks for coming here!!