You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the run.py program
The python Gui tool tkinter is used to create the gui for this application
The sorting algorithms that the program visualizes are :
quic sort
merge sort
selection sort
bubble sort
heap sort
About
The program visualises some popular sorting algorithms like quick sort, heap sort, bubble sort, merge sort and selection sort.