Skip to content

resistance22/PySortVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PySortVisualizer

Open Source Love MIT Licence

A Sorting Algorithm Visualizer written in Python for educational purpose.

Installation & Usage

You need to have python-tk installed on your machine.

After Installing python-tk on your computer then:

pip install requirements.txt
python3 GUI.py

specify the array size between 2 and 50,select the sort algorithm ,click sort and voilà 👌

So far the application can visualize below algorithms:

  • Insertion Sort
  • Bubble Sort
  • Selection Sort

To Do

  • Add Quick Sort algorithm
  • Add Animation speed field

About

A Sorting Algorithm Visualizer written in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages