Vidyalelo
Data Structure · Q47

Graph Algorithms (DFS, BFS, Dijkstras, etc)

Programming · Data Structure · question 47

Q47

Which of the following is the most commonly used data structure for implementing Dijkstra's Algorithm?

A.
Max priority queue
B.
Stack
C.
Circular queue
D.
Min priority queue
Answer

Answer: Option D

Solution

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