Recursionhard
0:00.0

Consider T(n)=2T(n)+log2nT(n) = 2T(\sqrt{n}) + \log_2 n. By substituting m=log2nm = \log_2 n, what is the new recurrence relation?