Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
This is a sorting algorithm I created that runs in about O(n + k) complexity, where k is the maximum value of the array. 
After doing some research, I learned that this algorithm is very similar to Counting Sort.