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 project is an implementation of a depth-first search in the context of solving mazes. It reads a text file that represents a maze, and solves it, printing the paths it traverses and the correct path to the end.
About
an implementation of depth-first search in the context of solving mazes.