Back

Loop around snake (703)

Instruction:
Draw a snake in the grid and draw a single closed loop going horizontally and vertically through all the remaining cells in the grid.
The snake goes from cell to cell vertically or horizontally, but not diagonally. The snake does not touch itself, not even diagonally. The numbers outside the grid indicate how many squares are used by the snake in that row or column. Head and tail of the snake are given.

Reference: WPC 2018 (120)

Parent puzzle:
Simple Loop
Related puzzles:
Snake