Talk:Maze generation: Difference between revisions

 
(One intermediate revision by one other user not shown)
Line 35:
 
At least the sample output of the Python code is wrong. There are three small blocks at the bottom that are sealed off, which shouldn't happen because of the recursive nature of the method specified by the task. --[[User:Ledrug|Ledrug]] 19:33, 30 June 2011 (UTC)
:This has also happened with the D solution, likely because it was a translation of the Python solution. --[[User:Bnlott|Bnlott]] 19:40, 30 June 2011 (UTC)
 
 
Can anyone explain to me how the python code works?
Anonymous user