Skip to content

charlesmims/sort_methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

I was recently challenged to come up with a method for sorting a list. My naive_sort method here is what I came up with. It's nothing fancy, but surprisingly it runs faster than some more sophisticated algorithms I tried.

naive sort averaged 3.23326947689 seconds
high_low sort averaged 3.54343266487 seconds
selection sort averaged 9.48918526173 seconds

About

Experimenting with some sorting techniques

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages