
Application of Depth-First-Search
I implemented a Depth-First Search (DFS) algorithm to ensure the randomly generated maze always contains a valid path from the starting point to the destination.
I implemented a Depth-First Search (DFS) algorithm to ensure the randomly generated maze always contains a valid path from the starting point to the destination.