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

4 lines
83 B
JavaScript
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
here= next;
if (1 < neighbors.length)
path.push(here);