Recursionhard
0:00.0

Solve the recurrence T(n)=2T(n1)+3nT(n) = 2T(n-1) + 3^n with T(0)=1T(0) = 1. What is Θ(T(n))\Theta(T(n))?