Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 466 Bytes

File metadata and controls

15 lines (9 loc) · 466 Bytes

SortingAlgorithmVisualizer

Sorting algorithm visualizer using the SFML library

In the CMakeLists.txt change the SFML_DIR value to the dir of where SFML is installed your system (using SFML 32-bit v2.5.1 with mingw32 compiler)

How to use

Press 'R' to refresh the random values

Press 'I' to do an insertion sort on the current random values

Press 'Q' to do a quick sort on the current random values

Press 'B' to do a bubble sort on the current random values