2,689 views

1 Answer

3 3 votes

Correct me if i am wrong

Position:
Show:

Related questions

0 0 votes
0 0 answers
1.5k
1.5k views
pradeepchaudhary asked Aug 20, 2018
1,526 views
T (n) = T (n/2) + 2nUsing Master's Method What is the Complexity Of This Recurrence Relation?Or Using AnyOther Method?
2 2 votes
1 answers 1 answer
836
836 views
reena_kandari asked Jan 10, 2017
836 views
The time complexity for following recurrence relation\[T(n)=4 T(\sqrt{n})+\log ^{5} n\]$O\left(n^{5}\right)$$O\left(\log ^{5} n\right)$$O\left(\log _{5} n\right)$$O\left(...
2 2 votes
6 6 answers
26.8k
26.8k views
mohitrai0_0 asked Sep 28, 2018
26,761 views
I was wondering whether the recurrence T(n) = T(n/2) + 2n could be solved by using master theorem, and what would be the way. I tried solving the recurrence but can't. Th...
2 2 votes
1 answers 1 answer
1.1k
1.1k views