Update quicksort challenge space complexity (#136)

This commit is contained in:
Donne Martin 2017-01-11 07:17:17 -05:00 committed by GitHub
parent 7945ec045d
commit d6ae3fa785

View File

@ -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",