Report - Divide&Conquer: MergeSort · Given a list L of n elements, we want to sort them in ascending order. ... merge(n) for n>1, and C(1)=1. Notice that C merge(n)=O(n). Question: What function

Please pass captcha verification before submit form