Question: Which of the following is NOT a step in Dijkstra\'s algorithm?
Options:
Correct Answer: Sort the entire graph
Solution:
Dijkstra\'s algorithm does not require sorting the entire graph; it focuses on updating distances based on the selected node.