Question: What data structure is commonly used to implement Dijkstra\'s algorithm?
Options:
Correct Answer: Priority Queue
Solution:
A priority queue is commonly used in Dijkstra\'s algorithm to efficiently retrieve the next node with the smallest tentative distance.