Question: What is the primary data structure used in Dijkstra\'s algorithm?
Options:
Correct Answer: Priority Queue
Solution:
Dijkstra\'s algorithm primarily uses a priority queue to efficiently fetch the next vertex with the smallest distance.