Skip to content

Conor-Behard333/SortingAlgorithmVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A visualizer for sorting algorithms implemented in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published