Skip to content

A quick python program that provides a visualization for a few common sorting algorithms

Notifications You must be signed in to change notification settings

meeees/Sorting-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Sorting-Visualization

A pygame visualization of the most commonly taught sorting algorithms: bubble sort, insertion sort, selection sort, quick sort, merge sort.

Which sort is being performed can be controlled by pressing the corresponding key (B, I, S, Q, M).

The sorts are slowed down to allow visualization of the method, so they do not represent relative speed of the sorting algorithms.

To Use

  • Must have pygame installed
  • Run sorting_visualization.py and wait for the pygame window to show up
  • Press the key corresponding to the desired algorithm

About

A quick python program that provides a visualization for a few common sorting algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages