Graphical User Interface built using Python and Pygame to visualize Sorting Algorithms. Feel free to fork or download this project if you would like to try this out or use this code as the base to create your own Sorting Visualizer.
Refer this video to see the code in action.
- Selection Sort (Video, Algorithm)
- Bubble Sort (Video, Algorithm)
- Insertion Sort (Video, Algorithm)
- Merge Sort (Video, Algorithm)
- Quick Sort (Video, Algorithm)
- Heap Sort (Video, Algorithm)
- Shell Sort (Video, Algorithm)
- Comb Sort (Video, Algorithm)
- Gnome Sort (Video, Algorithm)
- Cocktail Sort (Video, Algorithm)
- Tim Sort (Video, Algorithm)
- Cycle Sort (Video, Algorithm)
- Bitonic Sort (Video, Algorithm)
- Radix Sort (Video, Algorithm)
- Stooge Sort (Video, Algorithm)
- Pancake Sort (Video, Algorithm)
I hope you found the project useful and interesting.
-- Rohith S P