Quiz on Heaps

Test yourself on what you've learned about heaps.

1

What 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 the add(x) operation.

Question 1 of 40 attempted

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy