Ruleset:
1. Normal Sudoku rules apply.
2. Modified Little Killer:
Little killer clues show even ("e") or odd ("odd"). This property is calculated by the following formula:
Clue = Parity[(Sum of digits)mod X]
- X is the first digit seen by the arrow.
- "mod" gives the remainder of the sum, when divided by X.
- "Parity" gives the parity (even or odd) of this remainder. 0 is an even number.
3. Modified Killer Cage:
Killer Cages show the same odd or even clues for the sum of their digits. The clue is calculated by the same formula given above. However, in this case X is the highest digit seen in the cage. Digits may repeat in a cage if allowed by other rules.
Link to the puzzle: Penpa+
Solution code: Column 5 (top to down), followed by row 5 (left to right)
on 10. August 2021, 21:36 by uvo_mod
Labels angepasst.
on 18. April 2021, 00:12 by h0_0man
you monster ! never been so scared of missing a number
@h0_0man: But you defeated the monster, congratulations! Hope, you enjoyed it?
on 16. April 2021, 09:59 by PixelPlucker
Very tight and consistently interesting solve path!