in Algorithms retagged by
2,991 views
3 votes
3 votes
A.    T(n) = $O( n Log n)$
B.    T(n) = $O({(logn)}^2)$
C.    T(n) = $O(n)$
D.    T(n) = $O(n^2)$
in Algorithms retagged by
by
3.0k views

1 Answer

6 votes
6 votes
Best answer

Dude Its a simple Merge Sort algorithm, reccurance relation. 

Answer will be A) $O(nLogn)$

Well Here you can check the solution, if you want. 

selected by
by

2 Comments

ok
0
0
Using master’s theorem also can apply and ans is O(n logn).
0
0

Related questions