MCPcopy Create free account
hub / github.com/BeeBombshell/Python-DSA / Rat_in_a_Maze.py

File Rat_in_a_Maze.py

Backtracking/Rat_in_a_Maze.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Maze size
2N = 4
3
4def printSolution( sol ):

Callers

nothing calls this directly

Calls 1

solveMazeFunction · 0.85

Tested by

no test coverage detected