RosettaCodeData/Task/Maze-generation/JavaScript/maze-generation-6.js

4 lines
65 B
JavaScript
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
here= next;
if (1 < neighbors.length)
path.push(here);