Description: Interactively apply and visualize how graph algorithm works.
How it Works:
- Setup up nodes by clicking on Canvas.
- Setup edges by dragging pointer from one node to another.
- Enter weight of each Edge.
- Run Algorithm.
- See Results and explore all the tools and options.
Algorithms Implemented:
- Floyd Warshall
- Dijkstra Single Source Shortest Path Algorithm