Problem
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. If you double the size of an array, how much longer will the merge sort algorithm take to sort the new array?