https://github.com/Akilesh-GA/PythonMazeSolver
a maze represented as a 2D array where 1s are walls and 0s are open paths. The player or algorithm starts at a designated entry point and aims to reach the exit point. You can implement various algorithms to solve the maze, such as Depth-First Search (DFS), Breadth-First Search (BFS), or A
https://github.com/Akilesh-GA/PythonMazeSolver
data-structures python
Last synced: about 1 month ago
JSON representation
a maze represented as a 2D array where 1s are walls and 0s are open paths. The player or algorithm starts at a designated entry point and aims to reach the exit point. You can implement various algorithms to solve the maze, such as Depth-First Search (DFS), Breadth-First Search (BFS), or A
- Host: GitHub
- URL: https://github.com/Akilesh-GA/PythonMazeSolver
- Owner: Akilesh-GA
- Created: 2025-01-29T16:21:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T16:24:05.000Z (about 1 year ago)
- Last Synced: 2025-01-29T17:29:08.488Z (about 1 year ago)
- Topics: data-structures, python
- Language: Python
- Homepage:
- Size: 13.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files: