Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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