SortingAlgoVisualizer is a tkinter gui to visualize sorting algorithm with dynamic speed and number of elements.
- Tkinter & TkBootstrap
- Thread
- Time
- Pyinstaller
- Numpy
- Visualize the sorting of an array.
- Dynamic Speed and Size of the random elements in an array using slider function.
- Note of time complexity of each sorting algorithms.
- Change the elements in an array by clicking on shuffle button.
- Using Threads to improve performance of the GUI.