Divide the grid into five orthogonally connected regions containing five cells such that each region contain the digits 1 through 5.
Digits may not repeat along each rows and columns.
Consecutive digits on an orange Dutch Whisper line must differ by at least 2.
Additionally, consecutive digits on a Dutch Whisper line are from different regions. For example R2C1 and R3C1 are connected by a Dutch Whisper line, therefore R2C1 and R3C1 belong in different regions.
Solution checking is disabled for a reason.
Lösungscode: Row 3 from left to right. Separate different regions with -
am 24. August 2026, 12:45 Uhr von MaizeGator
Not sure why you would knowingly publish a non unique puzzle. It makes for a poor solving experience
am 21. August 2026, 19:17 Uhr von lifeless
Note to solvers: There are 2 unique solutions which I know of for this puzzle which is why I disabled solution checking. The solution code itself should stay the same for both solutions.