Normal 4x4 sudoku rules apply. (Each number appears once in each column, row and box) Exactly four digits from 1-9 must be placed once each in every row, column and box. The solver must determine which four digits to use!! Normal Kropki Pairs rules apply. (Cells seperated with black dot must have 1:2 ratio Cells seperated with white dot must be consecutive.) Cell within a grey circle (r4c1) must contain an odd digit. Digits on the grey line must be between the digits on the circles.
Solution code: row 1 (left to right) and column 4(top to bottom), 8 digits no spaces
on 17. October 2024, 09:13 by NEWS
74 seconds.
on 16. October 2024, 22:41 by drbs
Very nice and tricky.
on 16. October 2024, 21:10 by sahi1l
Very nice logic.
(Do you think you could include a version with solution checking? CtC can't tell if the answer is right otherwise.)