CSC 172

EX12

    EX12
  1. Mergesort Exercises
    1. Show the result of merging thelists (1,2,3,4,5) and (2,4,6,8,10)
    2. Suppose we start withthe list (8,7,6,5,4,3,2,1). Draw the split and merge trees showing how mergeSort would process the list.