Question: Without using the master theorem, show that the solution of T(1) = 10, T(n) = T(n / 2) + 1 is in O(log n).
Without using the master theorem, show that the solution of T(1) = 10, T(n) = T(n / 2) + 1 is in O(log n).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
