Back

Snake with Length (863)

Instruction:
Locate a "snake" in the grid. The snake is a path that starts in a cell, goes through some number of cells orthogonally, and ends in a cell. Each cell is used at most once by the snake. The snake may not touch itself, not even diagonally. (In other words, if two cells in the snake touch orthogonally, then they must be exactly one cell apart along the path of the snake, and if two cells in the snake touch diagonally, then they must be exactly two cells apart along the path of the snake.) Numbers outside the grid, if given, indicate how many cells in that row or column are occupied by the snake.
The snake must occupy exactly 45 cells. Unlike standard snake puzzles, the ends of the snake are not given.

Reference: WPF (1)

Notes:
- Length can vary.

Examples:
WPF Puzzle GP 2015 - Round 8 (86)
Parent puzzle:
Snake
Related puzzles:
Snake (Length, Ends)