Normal quadruple sudoku rules apply.
Cycles: Let a cycle be a set of cells in the same row of the grid created by repeatedly going to the column number indexed a cell's digit. E.g. for a cell in column 7 with a value of 1, the next cell in the cycle is the cell in column 1, the next cell is the cell in the column number matching the digit in column 1 and so on until reaching a column whose digit is 7 which would point back to the starting column.
In addition to normal quadruple sudoku rules, digits satisfying a clue must also be part of a cycle with length equal to the clue. It is only necessary for a single digit to match the cycle length of a given clue in case a digit for a clue happens to appear twice within the 4 adjacent cells
Lösungscode: The digits in Row 2 + Column 9 from left to right and top to bottom (18 digits, no spaces)
am 24. November 2023, 12:50 Uhr von RUbikS3ri0uS
This was a very fun Sudoku. Thank You!
am 23. November 2023, 20:05 Uhr von StefanSch
Verry nice logic!
am 23. November 2023, 19:47 Uhr von uvo_mod
Sudoku tag added.