Skip to content

A c++ application to measure the timing of various sorting algorithms.

Notifications You must be signed in to change notification settings

agile8118/sorting-algorithms-timings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithms Timings app

A very simple application for timing various sorting algorithms written in c++.

How to run the app

After cloning the repository, run cmake from the root directory:

cmake .

And then run make:

make

finally run the application by running the execution file:

./SortingAlgorithmsTimings

About

A c++ application to measure the timing of various sorting algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published