parent
2deeb8bd85
commit
a9502c276e
@ -58,7 +58,7 @@ From [Wikipedia][quick-wiki]: Quicksort (sometimes called partition-exchange sor
|
|||||||
__Properties__
|
__Properties__
|
||||||
* Worst case performance O(n^2)
|
* Worst case performance O(n^2)
|
||||||
* Best case performance O(n log n) or O(n) with three-way partition
|
* 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]
|
###### View the algorithm in [action][quick-toptal]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user