Continental Drift
(Published on 24. June 2024, 03:47 by sfushidahardy)
Rules:
- The grid contains nine non-overlapping 3x3 boxes which you must locate. Each box contains the digits from 1 to 9 with no repeats. Each row and column of the entire 11x11 grid also has no repeated digits.
- Each arrow indicates a diagonal of the grid which contains a non-empty cell. The first digit seen by each arrow is the number of non-empty cells in the diagonal. Additionally, in each diagonal indicated by a black arrow, digits either stay the same or increase when traversing from the lower left to the upper right (rather than the direction suggested by the arrow). However, the red arrow does not constrain its diagonal in an analogous way.
Here's an example grid to demonstrate the ruleset:
Solution code: The digits in row 10. (No spaces.)
Solved by Migu, XIAOYING, sanabas, h5663454, Grothenlace, yanggang, Snookerfan, jkuo7, SKORP17, Jesper, MonsieurTRISTE, bansalsaab, SeveNateNine, halakani, steveire, MaizeGator, pillowss, hackakat, SudokuHero, zakkai
Comments
Last changed on 25. June 2024, 19:33on 25. June 2024, 16:27 by bansalsaab
I had to use a bifurcation for last arrow but loved it.
Reply: Thank you! And yeah that’s understandable! It’s possible to resolve the last ambiguity without bifurcating, but I think the sudoku is quite hidden/tricky.
on 24. June 2024, 16:17 by Snookerfan
Incredibly good! Thank you
on 24. June 2024, 07:06 by sanabas
very interesting logic