Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
N = 4
3
4
def
printSolution( sol ):
Callers
nothing calls this directly
Calls
1
solveMaze
Function · 0.85
Tested by
no test coverage detected