Terminal Sorting Visualiser
The sorting algorithm visualiser is a fairly common side project, but I’ve never seen anyone make a terminal-based one. I used C and the ncurses library to do just that.
To build:
make
To run:
./main
Usage:
Select the algorithm you want from the menu. Hold down any key to make the algorithm progress.
Code can be found on GitLab.