Question: 1) using the Substitution Method to prove that the solution of T(n) = T(n-1) + n2 is O(n3). 2) use the Substitution Method to prove
1) using the Substitution Method to prove that the solution of T(n) = T(n-1) + n2 is O(n3).
2) use the Substitution Method to prove that the solution of T(n) = 2 T(n/2) + 2n is O(n).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
