Statements (24)
Predicate | Object |
---|---|
gptkbp:instanceOf |
gptkb:software
|
gptkbp:alternativeTo |
gptkb:std::stable_sort
|
gptkbp:canUseCustomComparator |
true
|
gptkbp:complexity |
O(n log n)
|
gptkbp:defaultOrder |
ascending
|
gptkbp:definedIn |
<algorithm>
|
gptkbp:firstParameterType |
gptkb:RandomAccessIterator
|
gptkbp:headerFile |
<algorithm>
|
https://www.w3.org/2000/01/rdf-schema#label |
C++ STL sort
|
gptkbp:introducedIn |
gptkb:C++98
|
gptkbp:namespace |
std
|
gptkbp:notStable |
true
|
gptkbp:overloadCount |
2
|
gptkbp:partOf |
gptkb:C++_Standard_Template_Library
|
gptkbp:requiresRandomAccessIterator |
true
|
gptkbp:secondParameterType |
gptkb:RandomAccessIterator
|
gptkbp:stable |
false
|
gptkbp:thirdParameterType |
gptkb:Comparator_(optional)
|
gptkbp:usedFor |
sorting arrays
sorting containers sorting ranges |
gptkbp:worstCaseAlgorithm |
introsort
|
gptkbp:bfsParent |
gptkb:Quicksort
|
gptkbp:bfsLayer |
6
|