Recurrence Relationseasy
0:00.0

If T(n)=T(n1)+nT(n) = T(n-1) + n and T(0)=0T(0) = 0, what is T(5)T(5)?