Logic Masters Deutschland e.V.

Bitwise OR Killer

(Published on 27. September 2022, 00:00 by AstralSky)


The Bitwise OR operator idea was inspired by the occasional 8x8 Bitwise OR daily Calcudoku ,feeling it is a fun idea, so I decided to try to integrate it with Killer Sudoku.

Rules:
1.Normal Sudoku Rules apply.
2.Digits in a cage may not repeat and the number at the top left corner of the killer cage is either the sum or the results of Bitwise OR operator result of the digits in that cage.
Appendix: Bitwise OR (|) operator (Binary System):
Bitwise OR | Rules: 0 + 0 = 0 0 + 1 = 1 + 0 = 1 + 1 = 1.
Example: 5 | 9 =
|| 0 1 0 1
+ 1 0 0 1
------------
= 1 1 0 1 = 13


Here`s the puzzle.

and here`s the digits written in Binary system:

CtC with solution embedded

Solution code: Column 2 and 8

Last changed on on 27. September 2022, 07:05

Solved by Pandorah, Ocean, dhv, lsw770770, henter, hurrdurr, MartinR, Luaryo, Selenotropism, Nell Gwyn, GutenTag, PippoForte, Ineffabilis, 1277885105, cytCoye, Lara Croft, starelev5, radium
Full list

Comments

on 4. October 2022, 10:53 by MartinR
Nice idea, once you get the idea of the OR aspect, flows nicely

Difficulty:3
Rating:92 %
Solved:18 times
Observed:9 times
ID:000BEB

Puzzle variant New Math knowledge Online solving tool Arithmetic puzzle

Enter solution

Solution code:

Login