C/C++
How Can One Test a Program's Average Performance?
The standard-librarysort
function. This function typically implements the Quicksort algorithm, which sorts an n-element sequence in O(n log n) time — on average.Related Reading
More Insights
INFO-LINK
To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy. | |