Programming
MazeSolverDFS
Hi
Please check the instruction of the task.
I also attached my attempt to do it, however there are some issues that I need to fix.
The attached zip file contains my attempt of the project, however The project only needs two files which are:
*MazeGenerator
to generate the maze using stack and DFS
*MazeSolverDFS
to solve the maze generated using DFS
Please check the attached instructions
you can use libraries to help solve this issue