Graph Dijkstra Visualizer
Graph Dijkstra is an educational visualization tool designed to demonstrate how Dijkstra’s shortest-path algorithm works in real time. Using the power of React and react-force-graph, the application lets users interact with nodes and edges to understand the logic behind the algorithm.
Features
- Dynamic Visualization: Graphical representation of graphs and routes.
- Interactivity: Manipulation of nodes and connections to simulate different scenarios.
- Real-Time Computation: Step-by-step visualization of how the optimal path is found.
A project focused on teaching data structures and complex algorithms.