Skip to content

Commit

Permalink
Merge pull request TheAlgorithms#608 from qckzr/patch-1, fix TheAlgor…
Browse files Browse the repository at this point in the history
…ithms#607

Update README.md
  • Loading branch information
yanglbme authored Oct 28, 2018
2 parents 2deeb8b + a9502c2 commit fdc887e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ From [Wikipedia][quick-wiki]: Quicksort (sometimes called partition-exchange sor
__Properties__
* Worst case performance O(n^2)
* Best case performance O(n log n) or O(n) with three-way partition
* Average case performance O(n^2)
* Average case performance O(n log n)

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

Expand Down

0 comments on commit fdc887e

Please sign in to comment.