I do not really get how we get from $2T(2^k) + (2^{k+1})$ to $2T(2^k \log 2^k) + (2^{k+1})$
2026-04-03 04:26:00.1775190360
Recurrence by substitution
43 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2

By hypothesis, we know that $T(n)=n\log n$ for $n=2^k$ i.e., $T(2^k)=2^k\log 2^k$
So, substituting this value of $T(2^k)$ on the equation
$2T(2^k) + (2^{k+1})$
gives
$2(2^k log 2^k) + (2^{k+1})$