I. Given the following list 107, 22, 53, 85, 21, 6, 97, 6, 32 a. Use merge sort to fill the following table that shows the value of first and last arguments in calling the quick sort method and the content of the list after each merging After Content of list merge first last method 10) 2 4567[8] b. Use number of elements in the merge sort in part