1. Explain why the cost of splitting a list of six into two lists of three to find the minimum and maximum elements requires eight comparisons, while splitting the list into a list of two and a list of four costs only seven comparisons.
2. Write out a table showing the number of comparisons required to find the minimum and maximum for all divisions for all values of n ≤ 13.