- Normal sudoku rules apply.
- Clues outside the grid give the sum of the digits between 1 and 9 in their respective row or column. Each digit within a clue has been replaced with a ?. All sums are greater than 0.
- The first digit from the direction of the clue indexes the 1 in the relative row/column. The second digit from that direction indexes the 9 in the same relative row/column.
- The inequality signs point towards the smaller digit.
Examples:
- If r2c1 is 6 and r2c2 is 8, then r2c6 is 1 and r2c8 is 9
- If r4c9 is 3 and r4c8 is 6, then r4c7 is 1 and r4c4 is 9
Solve here: SudokuPadLösungscode: row 7 then column 6
am 21. Mai 2024, 22:21 Uhr von Chad
⠀ ⠀
am 18. Mai 2024, 16:55 Uhr von Chad
fixed typos in the examples
am 18. Mai 2024, 13:24 Uhr von RockyRoer
@Marcmees -- it only applies to the rows/columns that contain ? clues. It probably should say R4c9 is 3 and R4c8 is 6 then r4c7 = 1 and R4c4 is 9.
am 18. Mai 2024, 09:27 Uhr von marcmees
Q: Does the indexing rule count for all rows and columns or just for the clued ones? example row 3 would suggest the second option.
Thanks Rocky
am 18. Mai 2024, 07:22 Uhr von Elliott810
Beautiful puzzle! Thanks:)