Erk. How did that get there? Fixed!
The input grid given for the (Python) test "Loops > Ambiguous loop2":
grid
X-----+ | | | | | | +-----W
Does not satisfy the guarantee given in the test description:
You are given a grid, which always includes exactly two end-points indicated by X
X
Moreover, it contains the unspecified character W (a simple typo for X?).
W
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
Erk. How did that get there? Fixed!
The input
grid
given for the (Python) test "Loops > Ambiguous loop2":Does not satisfy the guarantee given in the test description:
Moreover, it contains the unspecified character
W
(a simple typo forX
?).This comment is hidden because it contains spoiler information about the solution