1,144 views
1 votes
1 votes

Consider the following possible data structures for a set of n distinct integers.

  1. A min-heap
  2. An array of length sorted in increasing order
  3. A balanced binary search tree

For which of these data structures,  the number of steps needed to find and remove the 9th largest element in 0(logn)

time in the worst case?

  1. I and III
  2. II and III
  3. I and II
  4. II only

Please log in or register to answer this question.

No related questions found