Click on the Play button to automatically run through all the steps of Dijkstra's Algorithm, visualizing the shortest path calculation from node A to all other nodes. The steps will advance every 2 seconds.
Click on the Pause button to pause the automatic traversal at the current step. You can resume by clicking Play again.
Click on the Step button to manually advance the simulation one step at a time. This allows you to observe each stage of the algorithm in detail.
Click on the Reset button to restart the simulation from the beginning. This will clear all progress and allow you to start over.
The traversal and shortest path calculation are performed according to Dijkstra's Algorithm. Follow the step-by-step comments and observe the changes in the graph and node distances.
Click on Start button