Simple SDL App that helps in visualizing different algorithms.
Algorithms included:
- All major sorting algorithm
- Selection sort
- Insertion sort
- Bubble sort
- Merge sort
- Quick sort
- Heap sort
- Kruskal's and Prim's alg0rithm
- Path finding algorithms
- Dijkistra's algorithm
- Best first search algorithm
- A star search algorithm
Use cmake provided.
SDL2, FreeType/Freetype6, glad
Should work out of the box for windows in msvc. Google the missing undefined symbols and install the required libraries needed if any linking error occurs.