Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-578356.py
File
recipe-578356.py
recipes/Python/578356_Random_Maze_Generator/recipe-578356.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# Random Maze Generator using Depth-first Search
2
# http://en.wikipedia.org/wiki/Maze_generation_algorithm
3
# FB - 20121214
4
import
random
Callers
nothing calls this directly
Calls
7
range
Function · 0.85
str
Function · 0.85
new
Method · 0.45
load
Method · 0.45
append
Method · 0.45
pop
Method · 0.45
save
Method · 0.45
Tested by
no test coverage detected