Skip to content

Implementation of sort algorithms in way that allows each file to be run both as a script or as a module for time comparison sake.

Notifications You must be signed in to change notification settings

iamavieira/sort-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sort

Implementation of sort algorithms in a way that allows each file to be run as a script, priting it's own timing, or as a module, with all other files at once, allowing a comparison between timings.

How to use

A startup.py script is provided in order to run them all at once, printing their respective timing for comparison sake.

python startup.py

if you wish to run each module separetely(as a script) all you gotta do is run it letting python know that it's a module inside a package.

i.e.

python -m sort_algorithms.heap_sort.py

Some of those scripts even have some customized output when run alone, in order to make the process executed as clear as possible.

Motivation

I created this rep because I didn't gave enough attention to those basics concepts back in university. Studying algorithms and data structures in order to become a better developer led me to implement all of these again, and so I decided to share.

About

Implementation of sort algorithms in way that allows each file to be run both as a script or as a module for time comparison sake.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages