Recursionmedium
0:00.0

Compute the recurrence T(n)=T(n1)+2nT(n) = T(n-1) + 2n with T(0)=0T(0) = 0. Find T(5)T(5).