/bench-sort-algs

Generating runtime comparisons for sorting algorithms with C++ and matplotlib

Primary LanguagePython

bench-sort-algs

Benchmark of various sort algorithms. The program calculates the run time for each algorithm and generates a python plot (matplotlib) showing the differences between the selected algorithms.

Dependencies:

  • c++-20 compatible compiler;
  • libfmt;
  • python;
  • matplotlib.