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

4 lines
65 B
JavaScript
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
here= next;
if (1 < neighbors.length)
path.push(here);