Sorting Visualizer is the visualising tool for sorting algorithms. In which you can watch the sorting algorithms work in realtime. Algorithms in sorting visualizer are:
- Insertion Sort Algorithm
- Selction Sort
- Bubble Sort
pip install tkinter
python sort_visual.py