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

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

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).