SFML application that visualizes some of the basic sorting algorithms.
SFML is required to run the application.
Compile and run the application with make all command in the root directory.
After sorting is done, ESC key redirects back to menu.
- Quicksort
- Bubble sort
- Insertion sort
- Might add more later...