Multiple Choice
A heap in which the root contains the item with the largest search key is called a ______.
A) minheap
B) maxheap
C) complete heap
D) binary heap
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q31: In an array-based implementation of a heap,the
Q32: In a binary search tree implementation of
Q33: The ADT table is position-oriented.
Q34: In a heap,the search keys of the
Q35: What is a semiheap?
Q37: The heapsort is _ in the average
Q38: What does the priority value in a
Q39: In the Java Collections Framework,what is the
Q40: What are the four categories of linear
Q41: In an unsorted array-based implementation of the