4 lines
65 B
JavaScript
4 lines
65 B
JavaScript
|
|
here= next;
|
||
|
|
if (1 < neighbors.length)
|
||
|
|
path.push(here);
|