ArraySort
Folders and files
| Name | Name | 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.