Page 1 of 1

(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
by answerhappygod
B 10 Points Given A Recurrence T N 3t N 1 1 Please Use The Substitution Method To Verify T N 0 3 Hint 1
B 10 Points Given A Recurrence T N 3t N 1 1 Please Use The Substitution Method To Verify T N 0 3 Hint 1 (26.46 KiB) Viewed 19 times
(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.