Contains visualization of following sorting algorithms algorithms
- BUBBLE_SORT
- QUICK_SORT
- MERGE_SORT
- INSERTION_SORT
- SHELL_SORT
- SELECTION_SORT
- RADIXSORT
- HEAPSORT
- QSORT3WAY
- 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