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.
2 parents c3b52d4 + 6861453 commit b7d0568Copy full SHA for b7d0568
README.md
@@ -59,7 +59,7 @@ From [Wikipedia][quick-wiki]: Quicksort (sometimes called partition-exchange sor
59
__Properties__
60
* Worst case performance O(n^2)
61
* Best case performance O(n log n) or O(n) with three-way partition
62
-* Average case performance O(n^2)
+* Average case performance O(n log n)
63
64
###### View the algorithm in [action][quick-toptal]
65
0 commit comments