Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

Sorting Visualizer

Sorting Visualizer is the visualising tool for sorting algorithms. In which you can watch the sorting algorithms work in realtime. Algorithms in sorting visualizer are:

  • Insertion Sort Algorithm
  • Selction Sort
  • Bubble Sort

Usage

Run the Below commands in your Terminal/powershell/cmd in order to run the sorting visualizer

pip install tkinter
python sortingVisualizer.py