Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

Packages

Contributors

Languages