Recursionmedium
0:00.0

What is the asymptotic complexity of T(n)=2T(n/2)+O(nlogn)T(n) = 2T(n/2) + O(n \log n) using the Master Theorem?