CoolFace
Apppublic

koesan/pathfinding-algorithms

sourceHugging Facemitupdated 11mo agoView on Hugging Face
0likes
App README

πŸ—ΊοΈ Path Finding Algorithms Visualizer

Interactive pathfinding visualization with A\, Dijkstra, and Bellman-Ford* algorithms on a custom map.

πŸš€ How to Use

  1. 1.Select Algorithm: A*, Dijkstra, or Bellman-Ford
  2. 2.Set Start Position: X and Y sliders
  3. 3.Set Goal Position: X and Y sliders
  4. 4.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