Question: Using substitution, find the upper bounds, O(n) notation, for the following recurrence: T(n) = T(n/2) + T(n/4) + T(n/8) + n
Using substitution, find the upper bounds, O(n) notation, for the following recurrence:
T(n) = T(n/2) + T(n/4) + T(n/8) + n
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
