Rules:
- Chaos Deconstruction: Construct nine orthogonally connected regions within the grid. Digits may not repeat within a row, column, or region. Cells not within a region are considered empty.
- Even/Odd: Cells marked with a grey square contain an even value. Cells marked with a grey circle contain an odd value. Every even/odd clue must contain a digit.
- X-sums: Each clue outside the grid points to a continuous group of cells in a region in that row or column. The value indicates the sum of the first n digits in that region where n is the first digit seen by the clue in that region. Clues are listed in order. If one clue is given, every clue for that row or column is given. a '...' indicates a region with no X-sum clue. If a region enters the same row or column more than once, each instance is counted separately.
Solve here: SudokuPad
Solution code: Digits in column 3 then row 9 filling in a 0 for every blank cell (22 digits)
on 30. March 2026, 06:47 by bansalsaab
In last column first digit is 3 but the contigouous group is of 4 cells. Atleast thats what i am seeing and solution checked out