Quiz: Heaps
Test your understanding of the contents covered in this chapter.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
What property does a min-heap guarantee?
A.
Every node is smaller than all nodes in the left subtree only.
B.
The root is always the smallest element in the heap.
C.
All elements are stored in sorted order.
D.
The root is always the largest element in the heap.
1 / 5
...