I\'m trying to solve the recursion 4T(n/5) + log5(n * sqrt(n)) with the master theorem but I\'ve run into some difficulties.
I understand using the form T(n) = a T(n/b) +