Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 920 Bytes

File metadata and controls

21 lines (18 loc) · 920 Bytes

Sorting Algorithms Visualizer

A program made with python and pygame that visualizes different sorting algorithms like:

  • Heap Sort
  • Selection Sort
  • Bubble Sort
  • Odd Even sort
  • Insertion Sort
  • Cocktail Sort

Will update it with more algorithms later

Videos And Images

2023-03-03.09-52-07_Trim.mp4

Unsorted Sorted

references