command-line tool to view sorting algorithms visualisation
General options:
-h [ --help ] Show help.
-a [ --alg ] arg Sorting algorithm to perform.
-c [ --count ] arg Amount of bars to be sorted.
-w [ --wait ] arg Time to wait in microseconds after bar print.
Example:
./sorting-algs-visualisation -a quick -c 1000 -w 100
- Bubble sort
- Insertion sort
- Selection sort
- Merge sort
- Quick sort
- Stooge sort
- Gnome sort
- Bogo sort
- gcc
- sfml
- cmake
- boost
git clone https://github.com/Djivs/sorting-algs-visualisation.git
cd sorting-algs-visualisation
sh build.sh
sh clean.sh