mirror of
https://codeberg.org/andyscott/2D-Puzzle-Solver.git
synced 2024-12-20 11:23:11 -05:00
Use breadth first search (BFS) to solve 2-D puzzles
.gitignore | ||
LICENSE | ||
Puzzle.py | ||
README.md |
puzzle_solve
Use breadth first graph traversal to solve 2-D puzzles