Regex Line
(Published on 8. October 2024, 12:13 by Endark)
Regex Line
Rules:
- Normal sudoku rules apply.
- Cells joined by a white dot must have a difference of 1.
- There are three regex lines in the puzzle, each corresponding to a regular expression. The numbers on each line form a string starting from the end with a circle. Each string needs to be perfectly matched by the regular expression of the line.
- Red line: ^([^1-3][47][69]|[47]123[69])*$
- Blue line: ^.?([^47]|471)*$
- Yellow line: ^([^258].[1346].[146]|[134]..5..[346])*.?$
Sudoku pad: Click Here
Enjoy!
规则:
- 标准数独的规则适用。
- 白点规则:白点左右的单元格,数字必须相差1。
- 数独中有三条regex线,每条线对应一个正则表达式。每条线上的所有数字从有圆圈的那一端开始组成一个字符串,该字符串需要能被线对应的正则表达式完全匹配。
- 红线: ^([^1-3][47][69]|[47]123[69])*$
- 蓝线: ^.?([^47]|471)*$
- 黄线: ^([^258].[1346].[146]|[134]..5..[346])*.?$
Sudoku pad链接: 点这里
玩得开心!
Solution code:
The 5th row (digits arranged from left to right) and 5th column (digits arranged from top to bottom) of the puzzle. A total of 18 digits.
第五行(数字从左到右排)和第五列(数字从上到下排),共18个数。
Last changed on on 8. October 2024, 12:26
Solved by Gilliatt, Malrog, SKORP17, majestic spork
Comments
on 8. October 2024, 16:10 by Malrog
Fascinating idea, really nicely executed. Definitely needed to keep my sudoku skills sharp for this one. Thanks for setting!
on 8. October 2024, 12:26 by Endark
format of description
on 8. October 2024, 12:26 by Endark
format of description
on 8. October 2024, 12:25 by Endark
format of description