Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 506 Bytes

File metadata and controls

25 lines (17 loc) · 506 Bytes

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