https://github.com/sameetasadullah/maze-solver-using-gbfs
Implemented Maze Solver using Greedy Best-First Search (GBFS) in Python Language
https://github.com/sameetasadullah/maze-solver-using-gbfs
artificial-intelligence gbfs gbfs-algorithm greedy-best-first-algorithm greedy-best-first-search maze-solver pycharm pycharm-ide python python3
Last synced: 2 months ago
JSON representation
Implemented Maze Solver using Greedy Best-First Search (GBFS) in Python Language
- Host: GitHub
- URL: https://github.com/sameetasadullah/maze-solver-using-gbfs
- Owner: SameetAsadullah
- License: mit
- Created: 2022-08-14T22:41:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T22:50:07.000Z (over 3 years ago)
- Last Synced: 2025-02-12T08:34:10.513Z (about 1 year ago)
- Topics: artificial-intelligence, gbfs, gbfs-algorithm, greedy-best-first-algorithm, greedy-best-first-search, maze-solver, pycharm, pycharm-ide, python, python3
- Language: Python
- Homepage:
- Size: 251 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Maze Solver Using GBFS
### Description
Implemented `Maze Solver` using `Greedy Best-First Search (GBFS)` in `Python Language`. Detailed `Project Description` can be found [Here](https://github.com/SameetAsadullah/Maze-Solver-Using-GBFS/blob/main/Project%20Statement.pdf).