Chapter 9 Flashcards
1
Q
Heap
A
An implementation of a priority queue based on a complete binary tree, each of whose elements contains a value that is greater than or equal to the value of each of its children
2
Q
A
3
Q
An implementation of a priority queue based on a complete binary tree, each of whose elements contains a value that is greater than or equal to the value of each of its children
A
Heap
4
Q
A