Sorting-Visualizer
This is a sorting visualizer made with Tkinter.
Make sure you've installed tkinter in your system to use this visualizer
pip install tk
Or follow the below website
https://www.tutorialspoint.com/how-to-install-tkinter-in-python
The visualizer has:
- Merge Sort
- Selection Sort
- Bubble Sort
- Insertion Sort
Various colours are used to make the visualizer easily understandable.
Updates are highly appreciatable