Skip to content

A sorting algorithm that is faster than the general quicksort. O(n + k) runtime where n is the size of the array and k is the range of the numbers

Notifications You must be signed in to change notification settings

samuelm2/Samusort-fast-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Samusort-fast-sort

A sorting algorithm that is faster than the general quicksort. O(n + k) runtime where n is the size of the array and k is the range of the numbers. Any help with optimizations would be appreciated

About

A sorting algorithm that is faster than the general quicksort. O(n + k) runtime where n is the size of the array and k is the range of the numbers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages