In this repository I used the python module tkinter to implement a graphical user interface where users can visually see how different popular sorting algorithms work.
This app allows the user to select a certain algorithm, the speed of the algorithm and the size of the data being sorted
python visualizer.py
- Bubble Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Selection Sort
- Shell Sort