Question: Which algorithm uses a priority queue to find the shortest path in a graph?
Options:
Correct Answer: Dijkstra\'s Algorithm
Solution:
Dijkstra\'s Algorithm uses a priority queue to efficiently find the shortest path from a source vertex to all other vertices in a graph.