Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 610 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 610 Bytes

Sorting Algorithm Visualizer

Python program that visualizes different sorting algorithms.

Why my sorting algorithm visulaiser is unique:

  • can sort ascending and descending
  • can change algorithm, speed, and order on the fly while sorting
  • can pause and play mid sort

example pic

example pic

example pic

Algorithms

  • Bubble Sort
  • Insertion Sort
  • Merge Sort
  • Quick Sort
  • Stupid Sort
  • Selection Sort

Requirements

  • Pygame