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
The goal of the project is to first design a class that randomly generates a maze. Next, I will design a class that creates a solution for a given maze, which is a route from a start point to an end point. Part 1 includes writing an implementation of an algorithm that produces perfect mazes (no inaccessible areas and there is always one distinct…