Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 563 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 563 Bytes

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