项目作者: HarshOza36

项目描述 :
Visualize Sorting Algorithms using Python
高级语言: Python
项目地址: git://github.com/HarshOza36/SortingAlgorithm_Visualizer.git
创建时间: 2020-06-18T02:45:49Z
项目社区:https://github.com/HarshOza36/SortingAlgorithm_Visualizer

开源协议:

下载


SortingAlgorithm_Visualizer

Visualize Sorting Algorithms using Python

Algorithms are visualized using tkinter module of python

Before using the code

  1. pip install tkinter

Use this command in Terminal to install tkinter

Algorithms Completed

  • Bubble Sort
  • Quick Sort
  • Merge Sort