Vidyalelo
Data Structure · Q60

Applications of Data Structures

Programming · Data Structure · question 60

Q60

What data structure is used to efficiently implement a priority queue where elements are ordered based on their priority?

A.
Stack
B.
Linked List
C.
Array
D.
Heap
Answer

Answer: Option D

Solution

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