App created to show the different sorting algorithms.
-
Set Fullscreen flag in SortingApp.py (Defualts to True | Runs faster in fullscreen)
-
Set Window_Size (Defualts to 1920 x 1080 if not in fullscreen)
-
Set Line_Width (Defualts to 10)
-
Run SortingApp.py
-
Key Inputs:
- R - Reset App
- Enter/Return - Start Sort
- ESC - End App
- 1 - Selection Sort
- 2 - Insertion Sort
- 3 - Bubble Sort
- 4 - Merge Sort
- 5 - Quick Sort
- 6 - Heap Sort
- 7 - Shell Sort