Counting Sort (Non-Comparison Sorting Sorting)
Jump to navigation
Jump to search
Time Complexity
$O(n+k)$
Space Complexity
$O(n+k)$ words
((can be easily derived))
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
1954