(10 points) Prove by induction that T(n) is 0(n log n) for the following recurrence 1. T(1) 1 T(n) 2TLn/2)+n You can use the recurrence tree to understand the structure of the recursion, but the proof has to be by induction. Be sure to write down the induction hypothesis and verify the base case. Show transcribed image text (10 points) Prove by induction that T(n) is 0(n log n) for the following recurrence
OR
OR