Question: 1. a) Solve the following recursion using the substitution method. T(n) = T(n/3) + T (2n/3) + O(n) b) Rank the following list of functions
1. a) Solve the following recursion using the substitution method.
T(n) = T(n/3) + T (2n/3) + O(n)
b) Rank the following list of functions by order of growth:
(6/5)^n, n^(1/lg n), 2^2^n, lg(n!), lg^2 n, 2n^3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
