How Can One Test a Program's Average Performance?

The standard-library sort function. This function typically implements the Quicksort algorithm, which sorts an n-element sequence in O(n log n) time — on average.


December 12, 2013
URL:http://www.drdobbs.com/cpp/how-can-one-test-a-programs-average-perf/240164691

Terms of Service | Privacy Statement | Copyright © 2024 UBM Tech, All rights reserved.