In Dijkstra's algorithm, which data structure is used to efficiently manage the set of unvisited nodes?
Hash table
Linked list
Stack
Priority queue

Advanced Data Structures Exercises are loading ...