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 576fce6 commit 1fa4d35Copy full SHA for 1fa4d35
sorting/quick_sort.cpp
@@ -59,7 +59,7 @@ namespace quick_sort {
59
* Worst Case: O(n^2) (Worst case occur when the partition
60
* is consistently unbalanced.)
61
62
- * Space Complexity
+ * ### Space Complexity
63
* average Case: O(log(n))
64
* Worst Case: O(n)
65
* It's space complexity is due to the recursive function calls and partitioning process.
0 commit comments