Skip to content

This is a program that solves a maze using two algorithms: Backtracking algorithm and A* algorithm.

Notifications You must be signed in to change notification settings

Sameer164/Maze_Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Maze_Solver

This is a program that solves a maze using two algorithms: Backtracking algorithm and A* algorithm.

For A* algorithm
I referenced this article
The asterisks on the maze file are the obstacles and the spaces between the asterisks are the paths where you can tarvel.

About

This is a program that solves a maze using two algorithms: Backtracking algorithm and A* algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages