项目作者: HarshOza36
项目描述 :
Visualize Sorting Algorithms using Python
高级语言: Python
项目地址: git://github.com/HarshOza36/SortingAlgorithm_Visualizer.git
SortingAlgorithm_Visualizer
Visualize Sorting Algorithms using Python
Algorithms are visualized using tkinter module of python
Before using the code
pip install tkinter
Use this command in Terminal to install tkinter
Algorithms Completed
- Bubble Sort
- Quick Sort
- Merge Sort