Represents a visit to a node during Dijkstra's algorithm.
The minimum weight from the root node to the current node.
The current iteration number.
The current node that is being visited.
The path taken in this visit from the root node to the current node.
Represents a visit to a node during Dijkstra's algorithm.