Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 421 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 421 Bytes

Sorting_Visualization

Simple Visualisation of Sorting Algorithms using Python Tkinter

How it works?

After running a project, window opens and you can choose sorting settings (default):

  • algorithm (Bubble Sort)
  • miniumum and maximum value (0, 20)
  • size of the array (10)

While sortnig columns change color to simplify understanding how selected algorithm works

Used Python Version : Python 3.9