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