Simple Sorting Visualizer
To use: Run the program Enter a number based on which sorting algorithm you want to see: '0' Selection Sort '1' Bubble Sort '2' Insertion Sort '3' Quick Sort
Then enter number of items you would like to see sorted (0<n<720)
Hold down Left-Click to pause the animation
Made to help learn C++ and SDL