Normal Sudoku rules apply.
Cells form a horizontal cycle of length n within a row if, by repeatedly jumping to the column indicated by each cell's digit, it takes n jumps to return to the starting position -
e.g. C2=4 -> C4=1 -> C1=9 -> C9=2 -> C2=4
A vertical cycle within a column is defined in a similar way - e.g. R7=3 -> R3=5 -> R5=7 -> R7=3
- Cells marked with a circle belong to a cycle of length n in the indicated direction, where n is the digit in that cell.
CtC link with solution check (Original link
here)
f-puzzles link
Other related puzzles you may enjoy:
Solution code: Row 4 (left to right) - 9 digits, no spaces
Last changed on on 1. March 2024, 09:52
Solved by efnenu, Lizzy01, rimodech, Briks, ScatterBrain, gordianTangle, SirSchmoopy, snowyegret, marcmees, salsais, Sewerin
Comments
on 1. March 2024, 09:52 by starwarigami
Updated link to add solution check
Last changed on 29. February 2024, 21:46on 3. May 2022, 15:47 by efnenu
An awesome puzzle, thank you!