https://github.com/cwaldbieser/maze_analyzer
Maze book analyzer using a graph.
https://github.com/cwaldbieser/maze_analyzer
Last synced: about 1 year ago
JSON representation
Maze book analyzer using a graph.
- Host: GitHub
- URL: https://github.com/cwaldbieser/maze_analyzer
- Owner: cwaldbieser
- License: gpl-3.0
- Created: 2022-07-21T15:34:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T15:35:43.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T16:08:45.656Z (over 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Maze Analyzer
=============
A maze analyzer and solver for "Maze: Solve the World's Most Challenging
Puzzle" by Christopher Manson.
Script demonstrates how to use graph theory to solve the maze.