/Sort-Algorithms-Compare

This project compares sort algorithms execution time in nanoseconds time based in a N sized array.

Primary LanguageC++

Sort Algorithms Comparison

Note: Click on the images for a interactive version of the plots

For what this project is used for?

This project tests sort algorithms execution time by nanoseconds based in an N size array that increments from 1 to a max size specified by command line arguments.

The sortalgs executable generates .csv files based in the algorithms:

sortalgs executable

And the sort_plot.py generates the plots at plotly:

Generate the plots

The currently generated graphs: