Skip to content

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

Notifications You must be signed in to change notification settings

MatMercer/Sort-Algorithms-Compare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published