(c) (10 points) Please solve the recurrence T(n) = 3T(n-1)+log n using the Master Method. Hint: try to transfer the equa
Posted: Tue Jul 12, 2022 8:16 am
(c) (10 points) Please solve the recurrence T(n) = 3T(n-1)+log n using the Master Method. Hint: try to transfer the equation to another form and then solve it.