A very simple application for timing various sorting algorithms written in c++.
After cloning the repository, run cmake from the root directory:
cmake .
And then run make:
make
finally run the application by running the execution file:
./SortingAlgorithmsTimings