Recursionhard
0:00.0

Consider the recurrence T(n)=3T(n/2)+nlog2nT(n) = 3T(n/2) + n \log_2 n. Using the Master Theorem, which of the following describes the asymptotic behavior of T(n)T(n)?