Recursionhard
0:00.0

A recurrence relation is given by T(n)=2T(n)+log2nT(n) = 2T(\sqrt{n}) + \log_2 n. What is the asymptotic complexity of T(n)T(n)?