Maze Generator and Solver This is a simple console app that I made for fun that generates a random maze and then solves it. The solver uses Depth First Search and the generator uses Recursive Backtracking To Run Python Version cd python python ./maze.py To Run Dotnet Version cd csharp dotnet run