You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
And the sort_plot.py generates the plots at plotly:
The currently generated graphs:
About
This project compares sort algorithms execution time in nanoseconds time based in a N sized array.