Skip to content

Classic sorting algorithms (quicksort, mergesort, etc) with runtime execution time printed using a factory design in order to ease adding new algorithms.

License

Notifications You must be signed in to change notification settings

FrederikBjorne/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sorting algorithms

Classic sorting algorithms run with execution time on unsorted array of numbers. In order to ease extending it with more algorithms, the design uses a classic agnostic factory letting the concrete algorithms register themselves with very little effort. Just run main.java and view the result in the print-outs.

About

Classic sorting algorithms (quicksort, mergesort, etc) with runtime execution time printed using a factory design in order to ease adding new algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages