Instructions
  • Node 0 is chosen as source.
  • Select the edges that are going to be updated in the given iteration. Click on Next Iteration button to validate the answer of the current iteration.
  • The user is supposed to move sequentially, they can move back to the previous iteration to check the previous submission
  • Click on the Reset button to generate a new graph.
  • Order of edges on left window show the order in which the edges are selected.
  • Edges selected appear in red color.
Order Of Edges
Node Distance Parent 0 1 2 3 4 5 6 0 INF INF INF INF INF INF 0 -1 -1 -1 -1 -1 -1 Array Representing distance and parent of nodes
Observation