Jump to content

Solve a Hidato puzzle: Difference between revisions

No edit summary
Line 3,432:
M = {{0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{0, _,33,35, _, _, 0, 0, 0, 0},
{0, _, _,24,22, _, 0, 0, 0, 0},
{0, _, _, _,21, _, _, 0, 0, 0},
{0, _,26, _,13,40,11, 0, 0, 0},
{0,27, _, _, _, 9, _, 1, 0, 0},
{0, 0, 0, _, _,18, _, _, 0, 0},
{0, 0, 0, 0, 0, _, 7, _, _, 0},
{0, 0, 0, 0, 0, 0, 0, 5, _, 0},
{0, 0, 0, 0, 0, 0, 0, 0, 0, 0}},
MaxR = len(M),
MaxC = len(M[1]),
Line 3,488:
. . . . . . . . . .
</pre>
 
 
=={{header|PicoLisp}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.