Contains visualization some Fundamental Tree Data Structure
- Binary Search Yree
- AVL Tree
- Red Black Tree (only insertion)
- Aayush lamichhane
- Aayush neupane
- clone or download project from github
- open in visual studio 2019(prefered)
- try to build and run the project
- it will say dll are missing
- then copy the dlls from vendor/dll directory to the directry where your executables are created and run the project again
- now the project will run sucessfuly
- clone or download project from github
- from directory containing rebuild.sh run this script with ./rebuild.sh"
- To run the program again run script with "./run.sh"
- Dependencies needs to be installed manually, you can view dependencies in CmakeLists.txt