Skip to content

john-odonnell/sortviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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