Recursionmedium
0:00.0

Which of the following describes the behavior of the recurrence T(n)=3T(n4)+n2T(n) = 3T(\frac{n}{4}) + n^2 using the Master Theorem?