176 views

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
akash.dinkar12 asked Apr 5, 2019
212 views
Use a recursion tree to determine a good asymptotic upper bound on the recurrence $T(n)=T(n/2)+n^2$.Use the substitution method to verify your answer
0 votes
0 votes
0 answers
2
akash.dinkar12 asked Jun 28, 2019
333 views
Show that in the recurrence$T(n)=\max_{0<q\leq n-1} (T(q)+T(n-q-1))+\Theta(n)$$T(n)=\Omega(n^2)$
0 votes
0 votes
0 answers
3