Quiz on Heaps

Test yourself on what you've learned about heaps.

We'll cover the following...
1

Which statement is true about BinaryHeap?

A)

BinaryHeap is a type of binary search tree.

B)

BinaryHeap can only be implemented using flexible binary trees.

C)

The implementation of BinaryHeap using an array is the basis of one of the fastest known sorting algorithms.

D)

BinaryHeap only supports add(x) operation.

Question 1 of 40 attempted