Skip to content

dandanlau/sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a test python program to run different sorting algorithm and record the execution time of the runs.
The purpose is to compare the efficiency of the algorithms to each other and see how they match up with big O notation


run:
python3 sorting.py

To change to run another algorithm:
Toggle the line 52 and 53 run_sorting_algorithm

About

testing of sorting algo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages