Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 332 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 332 Bytes

SortingVisualizer

IN PROGRESS Very primitive pygame program for visualizing sorting algorithms.
At the moment program only supports selectionSort, bubbleSort and mergeSort though I plan to add more algorithms soon. UI is very basic and indicates controls. If you begin a sort, please allow it to finish before further input.