Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sameetasadullah/maze-solver-using-dfs
Implemented Maze Solver using Depth First Search (DFS) in Python Language
https://github.com/sameetasadullah/maze-solver-using-dfs
artificial-intelligence depth-first-search dfs dfs-algorithm dfs-search maze-solver pycharm pycharm-ide python python3
Last synced: 25 days ago
JSON representation
Implemented Maze Solver using Depth First Search (DFS) in Python Language
- Host: GitHub
- URL: https://github.com/sameetasadullah/maze-solver-using-dfs
- Owner: SameetAsadullah
- License: mit
- Created: 2022-08-14T22:29:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T22:34:31.000Z (about 2 years ago)
- Last Synced: 2024-09-28T11:03:51.889Z (about 1 month ago)
- Topics: artificial-intelligence, depth-first-search, dfs, dfs-algorithm, dfs-search, maze-solver, pycharm, pycharm-ide, python, python3
- Language: Python
- Homepage:
- Size: 436 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Maze Solver Using DFS
### Description
Implemented `Maze Solver` using `Depth First Search (DFS)` in `Python Language`. Detailed `Project Description` can be found [Here](https://github.com/SameetAsadullah/Maze-Solver-Using-DFS/blob/main/Project%20Statement.pdf).