Sudoku: Each digit, 1-9, appears exactly once in each row, column, and 3x3 region.
Renban: Each pink line constrains a set of consecutive, non-repeating digits, in any order.
Sandwich: digits outside the grid indicate the sum of all the digits sandwiched between the 1 and 9 in the town or column.
Lösungscode: Row 9
am 4. März 2026, 03:11 Uhr von VitP
solves quite easily using standard procedures --> level 2
hint: bottom of col 6
am 2. März 2026, 13:58 Uhr von ul-Rhymm
Fixed Solution Code
am 1. März 2026, 16:17 Uhr von SKORP17
Der Code (Row9) wird nicht akzeptiert
~Fixed it! Sorry!
am 1. März 2026, 03:24 Uhr von deltameth
Could you please check the code? I solved but the code does not fit.
~Fixed! It should work now! Sorry about that -Ul-Rhymm