Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 299 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 299 Bytes

Sorting Algorithms Visualizer

Sorting Algorithms Visualizer built with Python and Tkinter

Algorithms:

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Quick Sort
  • Merge Sort
  • Bogo Sort