Logic Masters Deutschland e.V.

Algorithm Sudoku 1 (Arrows)

(Published on 14. September 2022, 08:58 by AstralSky)


Rules:
1. Fill the white cells with digits 1-6 so that each row/column/box contains digits 1-6 exactly once
2.The green cells are algorithm cells which fulfills the algorithm below (or watch the graph provided):
  • Step 1: If there are more odds than evens in its orthogonally adjacent white cells, input digit 7 and end the algorithm. Otherwise enter Step 2.
  • Step 2: If there are more high numbers(4 5 6)than low numbers (1 2 3) in its orthogonally adjacent white cells, input digit 8 and end the algorithm. Otherwise enter Step 3.
  • Step 3: If there are two squares(1 4)in its orthogonally adjacent white cells, input digit 9, otherwise input digit 0. End algorithm. The value of Algorithm cells can repeat in rows/columns/cages.
    3. Standard arrow sudoku rules apply.


    Below is a brief example

    Play on CtC

Solution code: Row 1 and Column 9 (Skip algorithm cells, 12 digits no spaces)

Last changed on on 14. September 2022, 15:06

Solved by h5663454, lsw770770, szy2120109, KevinTheMH, cdwg2000, Felis_Timon
Full list

Comments

on 14. September 2022, 15:05 by AstralSky
Added algorithm graph.

on 14. September 2022, 09:33 by AstralSky
example added

Difficulty:2
Rating:N/A
Solved:6 times
Observed:8 times
ID:000B8E

Puzzle variant New Math knowledge Online solving tool

Enter solution

Solution code:

Login