Self Check
- Given the timing data for the merge sort algorithm in
the table at the beginning
of this section, how long would it take to sort an array of 100,000
values?
- Suppose you have an array double[] values in a Java
program. How would you sort it?