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 6b27c2f commit 576fce6Copy full SHA for 576fce6
sorting/quick_sort.cpp
@@ -54,7 +54,7 @@ namespace quick_sort {
54
* @param high last point of the array (ending index)
55
* @returns index of the smaller element
56
*
57
- * Time Complexity
+ * ### Time Complexity
58
* best case, average Case: O(nlog(n))
59
* Worst Case: O(n^2) (Worst case occur when the partition
60
* is consistently unbalanced.)
0 commit comments