Sorting Visualizer is a GUI based python program to visualize common Sorting Algorithms. It uses the Tkinter Library in python for GUI. As of now, I have implemented three sorting algorithms - BubbleSort, QuickSort and MergeSort.
ak523/Sorting_Visualizer
Sorting Visualizer is a GUI based python program to visualize common Sorting Algorithms. It uses the Tkinter Library in python for GUI.
Python