Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 199 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 199 Bytes

Sorting Algorithm Visualizer

  • Made using python along with pygame module.

Helps in visualizing the following sorting algorithms:

  • Insertion Sort
  • Selection Sort
  • Bubble Sort
  • Cyclic Sort