Skip to content

Commit fdc887e

Browse files
authored
Merge pull request TheAlgorithms#608 from qckzr/patch-1, fix TheAlgorithms#607
Update README.md
2 parents 2deeb8b + a9502c2 commit fdc887e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ From [Wikipedia][quick-wiki]: Quicksort (sometimes called partition-exchange sor
5858
__Properties__
5959
* Worst case performance O(n^2)
6060
* Best case performance O(n log n) or O(n) with three-way partition
61-
* Average case performance O(n^2)
61+
* Average case performance O(n log n)
6262

6363
###### View the algorithm in [action][quick-toptal]
6464

0 commit comments

Comments
 (0)