Skip to content

Commit a9502c2

Browse files
authored
Update README.md
Update average case of quicksort: n log n TheAlgorithms#607
1 parent 2deeb8b commit a9502c2

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)