Rules: Place numbers in the given range such that each row,column and outlined region contain each number exactly once. It should be possible go draw a path starting in the cell containing the number 1, moving horizontally or vertically through adjacent cells, visiting all numbers in ascending order, and ending in the largest number in the given range.
Range: 1, 2, 3
Assuming that the path is per-region, there are multiple solutions here near the end.
ReplyDeleteFixed
ReplyDelete