Visualizing various sorting algorithms using Python and Pygame.
Select the desired sorting algorithm and the order you want just by pressing a key on your keyboard.
For example : To implement Selection Sort in Descending order : Press 'S' and then 'D'.
- Bubble Sort
- Selection Sort
- Insertion Sort
- Merge Sort