Statements (22)
Predicate | Object |
---|---|
gptkbp:instanceOf |
gptkb:algorithm
|
gptkbp:averageCaseTimeComplexity |
O(n log n)
|
gptkbp:basedOn |
gptkb:Quicksort
|
gptkbp:bestCaseTimeComplexity |
O(n log n)
|
gptkbp:firstDescribed |
1970s
|
https://www.w3.org/2000/01/rdf-schema#label |
Randomized Quicksort
|
gptkbp:improves |
pivot selection in Quicksort
|
gptkbp:inPlace |
true
|
gptkbp:input |
gptkb:list
array |
gptkbp:output |
sorted array
sorted list |
gptkbp:partitionMethod |
random pivot selection
|
gptkbp:reduces |
probability of worst-case performance
|
gptkbp:spaceComplexity |
O(log n)
|
gptkbp:stable |
false
|
gptkbp:usedFor |
sorting
|
gptkbp:usedIn |
computer science
|
gptkbp:uses |
randomization
|
gptkbp:worstCaseTimeComplexity |
O(n^2)
|
gptkbp:bfsParent |
gptkb:Monte_Carlo_algorithms
|
gptkbp:bfsLayer |
6
|