Solve $T(n) = 3T(n/4) + n$ with iteration technique only
I've got a solution for this one, but I did not understand what is pointed in red there, can anyone please explain how they did it?
Solve $T(n) = 3T(n/4) + n$ with iteration technique only
I've got a solution for this one, but I did not understand what is pointed in red there, can anyone please explain how they did it?
Copyright © 2021 JogjaFile Inc.

Hint: $$a^{\log_c(b)}=e^{\log(a)\log_c(b)}=e^{\log(a)\log(b)/\log(c)}=b^{\log_c(a)}$$