Array.sort w/ a timer

Jun 1, 2016 at 4:07pm
Hello. I am having issues with trying to write a program in C++ that uses array.sort and having a timer as well. Sort a random list of elements of 100, 1,000, 10,000, 25,000, 50,000, 100,000, 250,000, 500,000, 750,000, and 1,000,000 elements, respectively and the time it takes (in milliseconds) to complete each sorting operation. Graph the results in Excel using a single graph.

Jun 1, 2016 at 5:40pm
...that uses array.sort

Are you supposed to use .NET for this task?
Topic archived. No new replies allowed.