Generates a maze, as well as its solution. The maze is generated using recursive backtracker, and the solution is found using DFS.
-
Updated
Sep 17, 2017 - Python
Generates a maze, as well as its solution. The maze is generated using recursive backtracker, and the solution is found using DFS.
Lightweight C++ unit testing.
Add a description, image, and links to the bugged topic page so that developers can more easily learn about it.
To associate your repository with the bugged topic, visit your repo's landing page and select "manage topics."