Question: Solving the following recurrences. Use the Substitution Method for solving the following recurrences. 1. Show that the solution of T(n) = T(n 1) + n
Solving the following recurrences.
Use the Substitution Method for solving the following recurrences.
1. Show that the solution of T(n) = T(n 1) + n is O(n^2).
2. Show that the solution of T(n) = T(n/2 )+1 is O(lgn).
Note: is ceiling. lgn Is log base 2.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
