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
A maze simulator creating random mazes with one unique solution using Kruscal's algorthim. Depth first and breadth first search are used to solve the maze. A graphical display shows the maze and solution step-by-step.