-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d46c9db
commit ac97d4e
Showing
7 changed files
with
104 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# 带鳍三阶鱼 | ||
|
||
<!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> | ||
## 目录 | ||
|
||
- [原理](#%E5%8E%9F%E7%90%86) | ||
- [技巧拓展](#%E6%8A%80%E5%B7%A7%E6%8B%93%E5%B1%95) | ||
- [标签](#%E6%A0%87%E7%AD%BE) | ||
|
||
<!-- END doctoc generated TOC please keep comment here to allow auto update --> | ||
|
||
## 原理 | ||
|
||
因为 | ||
- 存在 3 行 3 列`RegionLineParallel[1,3]` 、`RegionLinePerpendicular[1,3]: | ||
- `RegionLineParallel[n]` 之间互相平行 | ||
- `RegionLinePerpendicular[n]` 之间互相平行 | ||
- `RegionLinePerpendicular[n]` 垂直于`RegionLinePerpendicular[m]` | ||
- `RegionLineParallel[n]` 和`RegionLinePerpendicular[m]`相交于单元格`Cell[nm]` | ||
- 对于候选数`X` | ||
- 在行列`RegionLineParallel[1]` 中 | ||
- 可填入数字`X`的单元格仅限于`Cell[11]`、`Cell[12]`、`Cell[13]`和区块 `Cells1[4,i]` | ||
- 在行列`RegionLineParallel[2]` 中 | ||
- 可填入数字`X`的单元格仅限于`Cell[21]`、`Cell[22]`、`Cell[23]` | ||
- 在行列`RegionLineParallel[3]` 中 | ||
- 可填入数字`X`的单元格仅限于`Cell[31]`、`Cell[32]`、`Cell[33]` | ||
|
||
所以 | ||
- [[三阶鱼#删除域|三阶鱼的删除域]] 与 区块 `Cells1[4,i]` 的共同影响区域 | ||
- 必不填入数字`X` | ||
|
||
> 通过分析`X`是否填入区块的情况 | ||
### 技巧拓展 | ||
|
||
- [[三阶鱼]]:拓展鳍 | ||
|
||
## 标签 | ||
|
||
- #Level/c1 | ||
|
||
> [SudokuWiki.org - Finned Swordfish](https://www.sudokuwiki.org/Finned_SwordFish) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.