Solve a Hidato puzzle: Difference between revisions

m
Line 1,939:
if sought > maxmove
return true
elseif (0 != board[row, col] != 0sought) &&|| (board[row, col] !== 0 && sought) ||in fixed)
(length(fixed) > 1 && board[row, col] == 0 && fixed[next] == sought)
return false
end
4,102

edits