mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Update quicksort challenge space complexity (#136)
This commit is contained in:
parent
7945ec045d
commit
d6ae3fa785
|
@ -76,7 +76,7 @@
|
|||
"\n",
|
||||
"Complexity:\n",
|
||||
"* Time: O(n log(n)) average, best, O(n^2) worst\n",
|
||||
"* Space: O(n+m), n = number of elements, m = recursion depth\n",
|
||||
"* Space: O(n)\n",
|
||||
"\n",
|
||||
"Misc:\n",
|
||||
"\n",
|
||||
|
|
Loading…
Reference in New Issue
Block a user