Skip to content

Graphical demonstrations of sorting algorithms

Notifications You must be signed in to change notification settings

leticiapenha/QtSortingAlgorithms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Graphical demonstrations of sorting algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.8%
  • QMake 1.3%
  • CMake 0.9%