previous | start | next

Self Check

  1. 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?
  2. Suppose you have an array double[] values in a Java program. How would you sort it?

previous | start | next