Pathological Cleanliness
(Eingestellt am 6. November 2022, 02:47 Uhr von gurgilewis)
There is no mistake: The starting grid is completely blank.
- Standard sudoku rules apply (each digit must appear in every row, column, and 3x3 box.)
- For each row N other than the center row, the sum of each consecutive N cells in the row must have the same remainder when divided by N. (The first and last rows are effectively unconstrained.)
- The 1 on the top edge must be connected to the 9 on the bottom edge.
- The 1 on the left edge must be connected to the 9 on the right edge.
- Three of the 9s must each be connected to at least five different 1s.
- Two numbers are connected if there is a king's move path of consecutive digits counting up from one to the other.
Example of row rule where N=4 (When you add any group of four consecutive cells on row four and divide the sum by four, the remainder must always be the same.)
Example of left edge to right edge path:
Solve on f-puzzles
Lösungscode: Rows 5 and 9
Zuletzt geändert am 6. November 2022, 02:57 Uhr
Gelöst von Yawnus, Stormiar, IEEE754
Kommentare
am 6. November 2022, 12:33 Uhr von Yawnus
Incredible construction!
am 6. November 2022, 02:57 Uhr von gurgilewis
Added f-puzzles link