koesan/pathfinding-algorithms
0
πΊοΈ Path Finding Algorithms Visualizer
Interactive pathfinding visualization with A\, Dijkstra, and Bellman-Ford* algorithms on a custom map.
π How to Use
- Select Algorithm: A*, Dijkstra, or Bellman-Ford
- Set Start Position: X and Y sliders
- Set Goal Position: X and Y sliders
- Find Path: Click button to visualize
π Algorithms
- A\*: Fastest with heuristic
- Dijkstra: Classic shortest path
- Bellman-Ford: Handles negative weights
Built with Python, Flask, and Matplotlib
