Note: The order may include nodes that are not directly connected in the graph (e.g., E → C), because Dijkstra's algorithm finalizes nodes based on the shortest known distance from A, not direct adjacency.
Practice: Enter the order in which nodes are visited by Dijkstra's algorithm from the start node (A).
This is NOT the path to a specific destination, but the order in which Dijkstra's algorithm finalizes the shortest path to each node from A.
Legend:
Node
 Unvisited
 Visited
Edge
 Traversal options
 Traversed
Observations

Press Start, then enter the next node visited by Dijkstra's algorithm.