Directions: Find the time complexities of the following question.
T(n)=T(n/2)+T(n/4)+T(n/8)+n
Reveal answer
Fill a bubble to check yourself
Directions: Find the time complexities of the following question.
T(n)=T(n/2)+T(n/4)+T(n/8)+n