Visualiser focused on algorithm efficiency instead of visibility.
Uses SDL2 for graphics and event handling.
./build
./sortSuite <alg> <size>
Implemented Algs | Command replacement |
---|---|
Bubble Sort | bl |
Insertion Sort | in |
Merge Sort | mg |
Quicksort | qk |
Selection Sort | sl |