Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 506 Bytes

README.md

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