Question: 1. Solving recurrences using the Substitution Method. Give asymptotic upper and lower bounds for T(n) in each of the following recurrences. Solve using the substitution

1. Solving recurrences using the Substitution Method. Give asymptotic upper and lower bounds for T(n) in each of the following recurrences. Solve using the substitution method. Assume that T(n) is constant n s 2. Make your bounds as tight as possible and justify your answers. a. T(n) = 2T(n-1) + 1 b. T(n) = 8T(n/2) + n^3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
