Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 522 Bytes

File metadata and controls

27 lines (17 loc) · 522 Bytes

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