You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This C++ program generates fully solvable random mazes using the DFS (Depth-First Search) algorithm with Backtracking, and solves them automatically using BFS (Breadth-First Search) to find the shortest path.
About
This C++ program generates fully solvable random mazes using the DFS (Depth-First Search) algorithm with Backtracking, and solves them automatically using BFS (Breadth-First Search) to find the shortest path.