Data Structures19 sections · 729 units
Open in Course

Quiz: K-th Element

Heap type choice

Check Your Understanding

To find the k-th smallest element, which heap type should you use?

  1. A.Min-heap of size k
  2. B.Min-heap of size n
  3. C.Max-heap of size n
  4. D.Max-heap of size k
Start the roadmap to answer the quizzes and solve the challenges