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