(b)(10 points) Given a recurrence T(n) = 3T(n − 1) +1, please use the substitution method to verify T(n) = 0(3¹). Hint:
Posted: Tue Jul 12, 2022 8:16 am
(b)(10 points) Given a recurrence T(n) = 3T(n − 1) +1, please use the substitution method to verify T(n) = 0(3¹). Hint: use the hypothesis T(n) ≤ c(3¹ − 1) for some c> 0.