Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 609 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 609 Bytes

Maze-Solver-using-A-Algorithm

In Project, I used one of famous technique to solve maze which is A* Search algorithm.This algorithm will use two value which edge value and heuristic value to calculate nearest possible node and like it solve whole maze.

As we given maze, In Which 1 represent unblocking state and 0 represent blocking state and After performing A* search,

new_maze solved_maze