Normal sudoku rules apply. Cells separated by a knight's move cannot contain repeated digits.
Place nine row-indexing and nine column-indexing cells into the grid, one in each row, column, and 3x3 region. Row- and column-indexing cells can overlap. In addition to the usual indexing rules, row-indexing cells index the location of column-indexing cells and vice versa. (Full indexing rules and example are provided in the link.)
Solution code: row 5
on 22. March 2024, 16:20 by pms_headache
Wow. What a puzzle! It took me a while to grasp all of the implications of the indexing rule set, but then things just started to fall beautifully into place.
Please note: The German version of this page has changed. It is possible that this page does not contain the latest information.