I can't figure out how to solve this recurrence relation:
$T(n)=25T(n/5)+n^2\cdot(\log(n))^2$.
I can't use here in the iteration method. I also tried to use the Master Theorem but I figured out that I can't use this method here. I don't have any more ideas.
Thanks for the help