Question: Which of the following algorithms 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 node to all other nodes in a graph.