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.
First, clone the repo:
gh repo clone dio067/sorting-algorithms-benchmarkor
git clone https://github.com/dio067/sorting-algorithms-benchmark.gitThen run:
make