Vidyalelo
Data Structure · Q39

Applications of Data Structures

Programming · Data Structure · question 39

Q39

What data structure is best suited for implementing a dynamic priority queue with fast access to the minimum or maximum element?

A.
Hash Table
B.
Stack
C.
Heap
Answer
D.
Linked List

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board