Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 205 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 205 Bytes

Pathfinding-Visualizer

A Python GUI that allows you to choose source, destination and obstacle nodes on a grid and finds the path.
Currently includes of

  1. A* algorithm
  2. Dijkstra (In progress)