Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 410 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 410 Bytes

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 sort_visual.py