We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c423419 commit a1c146aCopy full SHA for a1c146a
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