566 views
0 votes
0 votes
Which of the following provides a lower bound on the number of comparisons needed 
to find the kth largest element in an array of n integer elements?
(A) n ∗ k
(B) n + k − log n
(C) min (n + k − 1, 2(n − k + 1))
(D) n − 1 + min (k − 1, n − k)

 

Please log in or register to answer this question.

Answer:

No related questions found