in Algorithms
173 views
0 votes
0 votes
Use a recursion tree to determine a good asymptotic upper bound on the recurrence $T(n)=3T(\lfloor n/2 \rfloor) + n$. Use the substitution method to verify your answer.
in Algorithms
173 views

Please log in or register to answer this question.

Related questions