Question: What data structure is commonly used to implement the priority queue in Dijkstra\'s algorithm?
Options:
Correct Answer: Binary Heap
Solution:
A binary heap is commonly used to implement the priority queue in Dijkstra\'s algorithm, allowing efficient extraction of the minimum element.