Find a snake of length 48. Head and the tail of the snake are already predetermined. The snake goes from cell to cell vertically or horizontally, but not diagonally. The snake does not touch itself, not even diagonally. Each letter represents a different digit. The numbers outside the grid indicate how many squares are used by the snake in that row or column.
In addition, the following equations must be satisfied:
F = 3*C
D = 2*E
H = 3*G
B-A = 2
D*I = E*C
E*F = G*D
Solution code: Row 3, followed by column 7. 'S' for snake, '-' for an empty cell.
on 25. September 2016, 19:50 by zhergan
The fonts of the hint equations are increased and also the icon related to hints is added..
on 25. September 2016, 19:37 by zhergan
Hi to all. Some hints are added for the given letters and corresponding digits..
Please note: The German version of this page has changed. It is possible that this page does not contain the latest information.