in Programming in C closed by
602 views
0 votes
0 votes
closed

The number of elements that can be sorted in Θ(2^{n}) time using merge sort is, where n is the size of input which can be represented as some k^{th} power of 2 for some positive integer k:

(A) \theta(\frac{2^n}{logn})

(B) \theta(\frac{2^{n-k}}{logn})

(C) \theta(\frac{n2^{n}}{k})

(D) \theta({2^{n-k}})

in Programming in C closed by
602 views

4 Comments

D NEVER
0
0
how D??
0
0
@sandysharma

Please provide the solution which is provided in test series.....if the answer is D
0
0

Related questions