Back

Japanese Sums + Snake (1147)

Instruction:
Place a number from the specified list into some cells so that no number appears more than once in each row or column. Cells may remain empty. Numbers outside the grid (when given) indicate all sums of contiguous groups of numbers (including "sums" of a single number) along that row or column, in positional order. These groups are separated by empty cells. A question mark (?) indicates an unspecified, but non-zero, sum. Some cells might be marked with a cross (×); do not put any numbers into those cells.
Also, all cells with numbers form 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 cannot loop around to 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.)

Reference: WPF (1)

Examples:
WPF Puzzle GP 2024 - Round 2 (214)
Parent puzzle:
Japanese Sums
Related puzzles:
Snake