Question: How does Dijkstra\'s algorithm handle nodes that have already been visited?
Options:
Correct Answer: It ignores them
Solution:
Once a node has been visited and its shortest distance determined, Dijkstra\'s algorithm ignores it in future iterations.