An Advanced Maze Solver
2020-11-25 06:15
Solve the randomly generated maze with the size of 37 using Depth First Search, DFS.
Breadth First Search, BFS.
A-star search algorithm, A*.
Manually set size of the maze to be generated.