An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project