10. (0.5 points) Solve the recursive function. f(n) = 8f(%) + m2 +1; f(1) = 1;. a (a) Using back substitution. Show at l
Posted: Sat May 14, 2022 3:40 pm
10. (0.5 points) Solve the recursive function. f(n) = 8f(%) + m2 +1; f(1) = 1;. a (a) Using back substitution. Show at least three substitutions before you move to k steps. Show all your work including summations. The final answer must be a function of n. (b) Compute the worst case o time complexity of the original function f(n) function using the Master Theorem.