Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.1 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.1 KB

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: