Sort the given sequence of numbers using merge sort. Draw the splitting and merging trees for each application of the procedure.
-1, 0, 2, -2, 3, 6, -3, 5, 1, 4
Solution illustrates the splitting and merging trees obtained in the process of merge sorting the given sequence of numbers, apart from giving the sorted sequence.