/Maze.Generation-Solver

Create mazes using the recursive backtracking algorithm and solve mazes using the dijkstra algorithm .

Primary LanguageJava

Maze.Generation/Solver

In this project, Recursive Backtracking algorithm is implemented to generate mazes and Dijkstra's algorithm is used to solve them

*To execute Dijkstra Algorithm,Firstly,You should select Start and Finish node.

x