A simple Python GUI application to visualize different sorting algorithms in action.
Built with Tkinter for the interface and supports multiple sorting techniques.
- Bubble Sort, Insertion Sort, Selection Sort and Merge Sort.
- Adjustable sorting speed
- Dynamic array size and value range
- Stop sorting at any time
- Responsive and centered UI
- Python 3.x
- Clone or download this repository
- Open a terminal in the project folder
- Run:
python sorting_visualizer.py