Maze generation: Difference between revisions

→‎{{header|MATLAB}}: works in Octave, too
m (→‎{{header|REXX}}: moved a programming note from the 2nd REXX version to the 1st version. -- ~~~~)
(→‎{{header|MATLAB}}: works in Octave, too)
Line 2,677:
[[File:MathematicaMazeGraph.png]]
 
=={{header|MATLAB}} / {{header|Octave}}==
<lang Matlab>function M = makeMaze(n)
showProgress = false;
Anonymous user