We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2deeb8b + a9502c2 commit fdc887eCopy full SHA for fdc887e
README.md
@@ -58,7 +58,7 @@ From [Wikipedia][quick-wiki]: Quicksort (sometimes called partition-exchange sor
58
__Properties__
59
* Worst case performance O(n^2)
60
* Best case performance O(n log n) or O(n) with three-way partition
61
-* Average case performance O(n^2)
+* Average case performance O(n log n)
62
63
###### View the algorithm in [action][quick-toptal]
64
0 commit comments