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.
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.