This projects ilustrates some sorting algortihms and their absolute running time.
-
QT (VERSION > 4.0) www.qt-project.org
-
CMAKE (VERSION >= 2.8.11) www.cmake.org
git clone https://github.com/lopespt/QtSortingAlgorithms
cd QtSortingAlgorithms
mkdir build
cd build
cmake ..
make
./QtSortingAlgortihms