Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 572 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 572 Bytes

Sorting Algorithm Visualiser

Implemented in C using SDL2

Visualiser focused on algorithm efficiency instead of visibility.


Uses SDL2 for graphics and event handling.


Usage

./build
./sortSuite <alg> <size>
Implemented Algs Command replacement
Bubble Sort bl
Insertion Sort in
Merge Sort mg
Quicksort qk
Selection Sort sl