Skip to content

dio067/sorting-algorithms-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithms Benchmark

It's a project where we test multiple sorting algorithms bubble, selection, insertion,merge, quick and their enhanced variants in term of time it takes to be implemetned using the chrono C++ library.

How to run

First, clone the repo:

gh repo clone dio067/sorting-algorithms-benchmark

or

git clone https://github.com/dio067/sorting-algorithms-benchmark.git

Then run:

make

License

MIT

About

Performance benchmarking of sorting algorithms and their enhanced variants via the C++ chrono library.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors