Sort (C++)
http://dbpedia.org/resource/Sort_(C++) an entity of type: WikicatSortingAlgorithms
sort is a generic function in the C++ Standard Library for doing comparison sorting. The function originated in the Standard Template Library (STL). The specific sorting algorithm is not mandated by the language standard and may vary across implementations, but the worst-case asymptotic complexity of the function is specified: a call to sort must perform no more than O(N log N) comparisons when applied to a range of N elements.
rdf:langString
rdf:langString
Sort (C++)
xsd:integer
4067466
xsd:integer
1121829085
rdf:langString
sort is a generic function in the C++ Standard Library for doing comparison sorting. The function originated in the Standard Template Library (STL). The specific sorting algorithm is not mandated by the language standard and may vary across implementations, but the worst-case asymptotic complexity of the function is specified: a call to sort must perform no more than O(N log N) comparisons when applied to a range of N elements.
xsd:nonNegativeInteger
10423