Back

Ripple Effect (71)

Instruction:
Place a number into each cell so that each bold region contains the numbers from 1 to n, where n is the number of cells in the region. Cells containing the same number x within the same row (or column) must have at least x cells between them in that row (or column). (For example, cells containing "1" cannot touch along an edge, cells containing "2" cannot touch or have exactly one cell between them in the same row or column, and so on.) Some numbers may be already filled in the grid.

Reference: WPF (1)

Examples:
WPF Puzzle GP 2016 - Round 7 Competitive (39)
WPF Puzzle GP 2017 - Round 1B (18)
WPF Puzzle GP 2019 - Round 8 (139)