Back

Number Parades (395)

Instruction:
Place numbers into some cells, no more than one number per cell, such that all the numbers in each outlined region are in consecutive numerical order (starting with 1) when read in rows (left-to-right, then top-to-bottom). (For example, if there are three numbers in a region, they must be “1”, “2”, and “3”.) Each region must have at least one cell left empty (but may have more). Empty cells cannot share an edge. Identically numbered cells cannot share an edge. All numbered cells connect along edges to create a single connected group (however, connecting numbered cells within a region might require going through numbers outside that region).

Reference: WPF (1)

Examples:
WPF Puzzle GP 2018 - Round 7 (57)