We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6d37c commit 694b75eCopy full SHA for 694b75e
src/main/java/algorithms/sorting/radixSort/README.md
@@ -24,7 +24,7 @@ and we iterate through all *w* positions, this results in:
24
- Average case: O(w * (n + 10))
25
- Best case (sorted array): O(w * (n + 10))
26
27
-**Space**: O(n + k)
+**Space**: O(n + 10)
28
29
## Notes
30
- Radix sort's time complexity is dependent on the maximum number of digits in each element,
0 commit comments