Skip to content

anishk74/Maze-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze-Solver

A Maze Solver based on DFS(Depth-First-Search)

Description

Implemented a Maze-Solver to extract information from a given maze and transform the maze into a graph. Applied DFS from the start-node to find the path to end node while saving the whole search.

Building graph from the maze

Original maze

Finding start and exit

Locating cells of the maze i.e. Graph-nodes

Finding edges for each cell/node

Depth-First-Search on the Maze/Graph

Search (saved-as-a-video-file)

Watch the video

Solution of the maze

About

A DFS based Maze Solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages