An Advanced Maze Solver

2020-11-25 06:15

Solve the randomly generated maze with the size of 37 using Depth First Search, DFS.

1

Breadth First Search, BFS.

2

A-star search algorithm, A*.

3

Manually set size of the maze to be generated.

4