Recursionhard
0:00.0

Solve the recurrence an=2an/2+nlog2na_n = 2a_{n/2} + n \log_2 n for n=2kn=2^k with a1=1a_1=1. What is the closed-form complexity?