This project implements and compares various pathfinding algorithms, including A*, BFS, DFS, and Dijkstra, to find the shortest path on a 2D grid with obstacles.
pathfinding python3 dfs-algorithm dijkstra-algorithm njit bfs-algorithm a-star-algorithm random-dfs-maze-generator
-
Updated
Dec 30, 2024 - Python