Can someone please help me solve T(n) = T(n-4) + n using the substitution method?

Viewed 22

I expanded the recurrence relation and found a pattern of T(n) = T(n-12) + n-8 + n-4 + n, but i don't know where to go after this.

0 Answers
Related