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