Question: = = 1. (5 pts) Suppose that that T(n) = 5 for n = 1, and for all n 22, a power of 7, T(n)

= = 1. (5 pts) Suppose that that T(n) = 5 for n = 1, and for all n 22, a power of 7, T(n) = 7T(n/7) + 4n +3. Solve this recurrence exactly by drawing a recursion tree. (You will need to give an exact explicit solution for T, by specifying all coefficient and constant values, do not use O, N, or ). You can assume that n = 7 i for some non-negative integer i. i = = = 2. (5 pts) Suppose that T(n) = 5 for n = 1, and for all n 2 2, T(n) = T(n-7) + 4n + 3. Solve this recurrence exactly by drawing a recursion tree. (You will need to give an exact explicit solution for T, by specifying all coefficient and constant values, do not use 0, 12, or ). You can assume that n = 7*1 +1 for some non-negative integer
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
