This is a simple WPF application to visualize Dijkstra's and A* pathfinding algorithms. The application allows users to interactively create obstacles, move the start and end nodes, and see the ...
An interactive web application for visualizing graph algorithms, particularly Dijkstra's shortest path algorithm. src/ ├── components/ # React components │ ├── GraphCanvas.tsx # Main graph ...