/QtSortingAlgorithms

Graphical demonstrations of sorting algorithms

Primary LanguageC++

QtSortingAlgorithms

This projects ilustrates some sorting algortihms and their absolute running time.

Dependencies

Installing

    git clone https://github.com/lopespt/QtSortingAlgorithms
    cd QtSortingAlgorithms
    mkdir build
    cd build
    cmake ..
    make
    ./QtSortingAlgortihms