AlbertSu123 / pathfinder

A program to find the shortest path between two points.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pathfinder

A program to find the shortest path between two points.
Implements pathfinding algorithms including depth-first search, breadth-first search, Dijkstra's algorithm, and the A* algorithm.
Interacts with the user through the command line, allowing them to select board size and starting/ending points.
Shows a visualization of the path made by the algorithm of choice.

About

A program to find the shortest path between two points.


Languages

Language:Python 100.0%