Recursionhard
0:00.0

A recurrence relation is defined as T(n)=3T(n/3)+nT(n) = 3T(n/3) + n. Using the Master Theorem, what is its complexity?