Skip to content

Commit

Permalink
Add theory for 三维美杜莎 #5 #11
Browse files Browse the repository at this point in the history
  • Loading branch information
zhugelianglongming committed Mar 22, 2023
1 parent e79560d commit edba887
Show file tree
Hide file tree
Showing 11 changed files with 157 additions and 42 deletions.
32 changes: 14 additions & 18 deletions 技巧/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,10 @@
- 摒除法 / 排除法 / [Hidden Single]
- 宫摒除 / [Hidden Single in Box][] `参考难度系数`1.2
- 行列摒除 / [Hidden Single in Row/Column] `参考难度系数`1.5
> 练习
>
> - 微信小程序:联网数独
> - 网页:[三思](https://www.12634.com/learning/hs/index)

### 唯余法

- 唯余法 / 唯一数 / 唯一法 / Last Value / [Naked Single][] `参考难度系数`2.3
> [练习](http://www.sudokufans.org.cn/tools/finder.php)

## 初级

Expand All @@ -72,10 +67,8 @@
- 区块摒除 / [Locked Candidates][]
- 宫区块摒除法 / [Pointing][]
- 直观宫区块摒除法 / [Direct Pointing] `参考难度系数`1.7
> [练习](https://www.12634.com/learning/pointing/index)
- 行列区块摒除法 / [Claiming][]
- 直观列区块摒除法 / [Direct Claiming] `参考难度系数`1.9
> [练习](https://www.12634.com/learning/claiming/index)
- 组合区块 / [Cascading Locked Candidates][] `参考难度系数`2.8

## 中级
Expand All @@ -85,21 +78,16 @@
- 隐性数组 / [Hidden Subset][]
- 隐性数对 / [Hidden Pair][]
- 直观隐性数对 / [Direct Hidden Pair][] `参考难度系数`3.4
> [练习](https://www.12634.com/learning/direct-hidden-pair/index)
> [练习](https://www.12634.com/learning/hidden-pair/index)
- 隐性三数组 / 隐性三数集 / [Hidden Triple][]
- 直观隐性三数集 / [Direct Hidden Triple][] `参考难度系数`4.0
> [练习](https://www.12634.com/learning/hidden-triplet/index)
- 隐性四数组 / [Hidden Quadruple][] `参考难度系数`5.4

### 显性数组

- 显性数组 / [Naked Subset][]
- 一般显性数组
- 显性数对 / [Naked Pair][] `参考难度系数`3.0
> [练习](https://www.12634.com/learning/naked-pair/index)
- 显性三数组 / 显性三数集 / [Naked Triple][] `参考难度系数`3.6
> [练习](https://www.12634.com/learning/naked-triplet/index)
- 显性四数组 / [Naked Quadruple][] `参考难度系数`5.0
- 死锁数组 / 割补数组 / [Locked Subset][]
- 死锁数对 `参考难度系数`2.0
Expand Down Expand Up @@ -401,10 +389,10 @@
### 涂色法

- 涂色法 / [Coloring](https://zhuanlan.zhihu.com/p/34187700)
- 色链 / Simple Coloring Type 1
- 色分 / 分色法 / Simple Coloring Type 2
- 复合色链 / Multi Coloring
- 进阶涂色 / 三维美杜莎 / 3D Medusa / Advanced Coloring
- [色链] / Simple Coloring Type 1
- [色分] / 分色法 / Simple Coloring Type 2
- 复合色链 / [Multi Coloring]
- 三维美杜莎 / 进阶涂色 / [3D Medusa] / Advanced Coloring

### 袋鼠

Expand All @@ -423,7 +411,7 @@
- 交叉飞鱼导弹 / [Mutant JE](https://zhuanlan.zhihu.com/p/35821903)
- 高级飞鱼导弹 / Senior Exocet / [SE](https://zhuanlan.zhihu.com/p/35868227)
- 高级标准飞鱼导弹 / Senior Basic Exocet
- 高级宫内飞鱼导弹 / Senior Franken Exocetda
- 高级宫内飞鱼导弹 / Senior Franken Exocet
- 高级交叉飞鱼导弹 / Senior Mutant Exocet
- 复合飞鱼导弹 / [Double JE](https://zhuanlan.zhihu.com/p/35576944)
- 袋鼠飞鱼导弹 / [假飞鱼导弹](https://zhuanlan.zhihu.com/p/35952793)
Expand Down Expand Up @@ -533,7 +521,7 @@

[宫内鱼]: https://zhuanlan.zhihu.com/p/34808058

[X-Wing]: 图谱/链/鱼/二阶鱼.md
[X-Wing]: 图谱/链/鱼/标准鱼/二阶鱼.md

[Swordfish]: https://sunnieshine.gitbook.io/sudoku-tutorial/009-normal-fish#part-3-san-lian-lie-jian-yu-swordfish

Expand Down Expand Up @@ -624,3 +612,11 @@
[Forcing AR]: https://zhuanlan.zhihu.com/p/34393585

[Domino Loop]: http://www.sudokufans.org.cn/forums/topic/1660/

[色链]: 图谱/染色法/色链.md

[色分]: 图谱/染色法/色分.md

[Multi Coloring]: 图谱/染色法/复合色链.md

[3D Medusa]: 图谱/染色法/三维美杜莎.md
7 changes: 7 additions & 0 deletions 技巧/图谱/.obsidian/graph.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@
"a": 1,
"rgb": 14701138
}
},
{
"query": "tag:#Level/d2",
"color": {
"a": 1,
"rgb": 14725458
}
}
],
"collapse-display": false,
Expand Down
43 changes: 19 additions & 24 deletions 技巧/图谱/.obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@
"file": "技巧画布.canvas",
"viewState": {
"x": 300,
"y": -140.4160998114226,
"y": 487.0643752525592,
"zoom": -1.6338721012021027
}
},
"pinned": true
}
}
],
"currentTab": 1
]
}
],
"direction": "vertical"
Expand Down Expand Up @@ -64,7 +63,7 @@
"state": {
"type": "search",
"state": {
"query": "tag:#Level/2/数量/2",
"query": "摒除法",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
Expand All @@ -89,7 +88,8 @@
"state": {}
}
}
]
],
"currentTab": 1
}
],
"direction": "horizontal",
Expand All @@ -109,7 +109,6 @@
"state": {
"type": "backlink",
"state": {
"file": "技巧画布.canvas",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand All @@ -126,7 +125,6 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "技巧画布.canvas",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
Expand All @@ -148,9 +146,7 @@
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "技巧画布.canvas"
}
"state": {}
}
},
{
Expand Down Expand Up @@ -179,35 +175,34 @@
"table-editor-obsidian:Advanced Tables Toolbar": false
}
},
"active": "b27ffda7ebdc288e",
"active": "750e8ad12eb79598",
"lastOpenFiles": [
"Template/【Tpl】技巧.md",
"染色法/复合色链.md",
"技巧画布.canvas",
"Level1/摒除法.md",
"区块摒除.md",
"Level1/唯余法.md",
"数组/显性数组/显性三数组.md",
"数组/显性数组/显性数对.md",
"数组/隐性数组/隐性三数组.md",
"数组/隐性数组/隐性数对.md",
"染色法/复合色链.md",
"染色法/三维美杜莎.md",
"染色法/色链.md",
"染色法/色分.md",
"Template/【Tpl】技巧.md",
"欠一数组.md",
"链/标准链/远程数对.md",
"数组/隐性数组/隐性四数组.md",
"数组/数对.md",
"数组/显性数组/显性数对.md",
"数组/隐性数组/隐性数对.md",
"数组/隐性数组/隐性数组.md",
"数组/隐性数组/隐性三数组.md",
"数组/显性数组/显性四数组.md",
"数组/显性数组/显性数组.md",
"数组/显性数组/显性三数组.md",
"数组/数组.md",
"链/标准链/双值格链.md",
"待定数组/欠一数组/欠一数对.md",
"染色法/色分.md",
"链/鱼/复杂鱼/复杂鱼.md",
"染色法/色链.md",
"链/鱼/复杂鱼/X环.md",
"共轭对.md",
"结构/区块.md",
"链/标准链/规则Wing/双分支匹配法.md",
"结构/关系/关系.md",
"链/鱼/标准鱼/二阶鱼.md",
"链/鱼/标准鱼/标准鱼.md",
"染色法",
"链/鱼/复杂鱼",
"链/鱼/标准鱼",
Expand Down
5 changes: 5 additions & 0 deletions 技巧/图谱/Level1/唯余法.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- [唯余法](#%E5%94%AF%E4%BD%99%E6%B3%95)
- [原理](#%E5%8E%9F%E7%90%86)
- [练习](#%E7%BB%83%E4%B9%A0)
- [标签](#%E6%A0%87%E7%AD%BE)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
Expand All @@ -20,6 +21,10 @@
所以:
- 单元格`Cell`必填入`N`

## 练习

- [三思数独](http://www.sudokufans.org.cn/tools/finder.php)

## 标签

- #Level/1
Expand Down
6 changes: 6 additions & 0 deletions 技巧/图谱/Level1/摒除法.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

- [原理](#%E5%8E%9F%E7%90%86)
- [分类](#%E5%88%86%E7%B1%BB)
- [练习](#%E7%BB%83%E4%B9%A0)
- [标签](#%E6%A0%87%E7%AD%BE)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
Expand Down Expand Up @@ -32,6 +33,11 @@
- 杀手框摒除
- 烤串摒除

## 练习

- [三思数独](https://www.12634.com/learning/hs/index)
- 微信小程序:联网数独

## 标签

- #Level/1
Expand Down
7 changes: 7 additions & 0 deletions 技巧/图谱/区块摒除.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- [原理](#%E5%8E%9F%E7%90%86)
- [组合技巧](#%E7%BB%84%E5%90%88%E6%8A%80%E5%B7%A7)
- [分类](#%E5%88%86%E7%B1%BB)
- [练习](#%E7%BB%83%E4%B9%A0)
- [标签](#%E6%A0%87%E7%AD%BE)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
Expand Down Expand Up @@ -33,6 +34,12 @@
- [[行列区块摒除]]
- [[组合区块]]

## 练习

- 三思数独
- [宫区块摒除](https://www.12634.com/learning/pointing/index)
- [行区块列摒除](https://www.12634.com/learning/claiming/index)

## 标签

- #Level/2
Expand Down
5 changes: 5 additions & 0 deletions 技巧/图谱/数组/显性数组/显性三数组.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- [显性三数组](#%E6%98%BE%E6%80%A7%E4%B8%89%E6%95%B0%E7%BB%84)
- [原理](#%E5%8E%9F%E7%90%86)
- [技巧拓展](#%E6%8A%80%E5%B7%A7%E6%8B%93%E5%B1%95)
- [练习](#%E7%BB%83%E4%B9%A0)
- [标签](#%E6%A0%87%E7%AD%BE)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
Expand Down Expand Up @@ -32,6 +33,10 @@

- [[显性数对]]:拓展候选格的数量

## 练习

- [三思数独](https://www.12634.com/learning/naked-triplet/index)

## 标签

- #Level/2/性质/显性
Expand Down
5 changes: 5 additions & 0 deletions 技巧/图谱/数组/显性数组/显性数对.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- [显性数对](#%E6%98%BE%E6%80%A7%E6%95%B0%E5%AF%B9)
- [原理](#%E5%8E%9F%E7%90%86)
- [技巧拓展](#%E6%8A%80%E5%B7%A7%E6%8B%93%E5%B1%95)
- [练习](#%E7%BB%83%E4%B9%A0)
- [标签](#%E6%A0%87%E7%AD%BE)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
Expand All @@ -30,6 +31,10 @@

- [[唯余法]]:拓展候选格的数量

## 练习

- [三思数独](https://www.12634.com/learning/naked-pair/index)

## 标签

- #Level/2/性质/显性
Expand Down
5 changes: 5 additions & 0 deletions 技巧/图谱/数组/隐性数组/隐性三数组.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- [原理](#%E5%8E%9F%E7%90%86)
- [技巧拓展](#%E6%8A%80%E5%B7%A7%E6%8B%93%E5%B1%95)
- [练习](#%E7%BB%83%E4%B9%A0)
- [标签](#%E6%A0%87%E7%AD%BE)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
Expand All @@ -28,6 +29,10 @@

- [[隐性数对]]:拓展分析数的数量

## 练习

- [三思数独](https://www.12634.com/learning/hidden-triplet/index)

## 标签

- #Level/2/性质/隐性
Expand Down
7 changes: 7 additions & 0 deletions 技巧/图谱/数组/隐性数组/隐性数对.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- [原理](#%E5%8E%9F%E7%90%86)
- [技巧拓展](#%E6%8A%80%E5%B7%A7%E6%8B%93%E5%B1%95)
- [练习](#%E7%BB%83%E4%B9%A0)
- [标签](#%E6%A0%87%E7%AD%BE)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
Expand All @@ -27,6 +28,12 @@

- [[摒除法]]:拓展分析数的数量

## 练习

- 三思数独:
- [直观隐性数对](https://www.12634.com/learning/direct-hidden-pair/index)
- [隐性数对](https://www.12634.com/learning/hidden-pair/index)

## 标签

- #Level/2/性质/隐性
Expand Down
Loading

0 comments on commit edba887

Please sign in to comment.