Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 7, 2024
1 parent 45dbe2b commit ed41b9b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions 评测/抖音小游戏.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
| 每日数独 ||| || 点击存在 Bug |
| ~~数独大王~~ | || || 程序存在 Bug,常重启 |
| ~~数字跳一跳~~ | | | | | 多解 |

> 以上评测结果仅代表作者个人观点。
[奇偶数独]: ../非标数独/9宫/候选类/奇偶类/奇偶数独.md
Expand Down
1 change: 1 addition & 0 deletions 非标数独/9宫/混合类/锯齿+N不和差数独.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
| 3 | 异形宫 | [1~9填充] | |
| 4 | 共边邻格(行) | 任意第 R 行的[共边邻格]满足<br/>- 和 ≠ R<br/>- 差 ≠ R | 无标,N不和差 |
| 5 | 共边邻格(列) | 任意第 C 行的[共边邻格]满足<br/>- 和 ≠ C<br/>- 差 ≠ C | 无标,N不和差 |

> 规则与 [锯齿+N和差数独] 相同(即无标的 [锯齿+N和差数独]
## 题库
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
| 2 || [1~9填充] | |
| 3 || [1~9填充] | |
| 4 | 全盘 | 任意[对角邻格]的差 ≠ 1(即不满足[斜连续]约束) | 无标 |

> 规则与 [全标斜连续数独] 相同(即无标的 [全标斜连续数独]
## 题库
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
| 3 || [1~9填充] | |
| 4 | 标记边 | 标记边黑块两侧的[共边邻格]满足 3 倍关系 | 全标 |
| 5 | 标记边 | 标记边白块两侧的[共边邻格]的差 = 2 | 全标 |

> `1``3`之间可能标记黑点,也可能标记白点
## 题库
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
| 3 || [1~9填充] | |
| 4 | 全盘 | 任意[共边邻格]满足 2 倍关系 | 无标 |
| 5 | 全盘 | 任意[共边邻格]的差 ≠ 1(即不满足[连续]约束) | 无标 |

> 规则与 [黑白点数独] 相同(即无标的 [黑白点数独]
## 题库
Expand Down
2 changes: 1 addition & 1 deletion 非标数独/9宫/计算类/内提示类/算式数独.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
| 1 || [1~9填充] | |
| 2 || [1~9填充] | |
| 3 || [1~9填充] | |
| 4 | 标记区域 | 2*2 区域内,上方两格之积 = 下方的两位数 |`左上` * `右上` = `左下` * 10 + `右下` |
| 4 | 标记区域 | 2*2 区域内,上方两格之积 = 下方的两位数 |`左上` *`右上` = `左下`* 10 + `右下` |

## 题型名

Expand Down

0 comments on commit ed41b9b

Please sign in to comment.