edited by
407 views
0 votes
0 votes

edited by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
rajan asked Dec 9, 2016
381 views
how to solve these two using matser thorem.1. t(n)=2t(√n)+n2. t(n)=4t(√n)+(logn)^2
1 votes
1 votes
2 answers
2
vijaycs asked Jul 11, 2016
1,902 views
On which of the following recurrence relation Masters theorem can not be applied ?A. T(n)= 2T(n/2) + n (log n).B. T(n) = T(n/2) + 1.C. T(n) = 8T(n/2) + (log n).D. T(n) = ...
0 votes
0 votes
2 answers
3
2 votes
2 votes
1 answer
4