鳍状水母
策略:
鳍状与三线鱼概要
一个鳍状水母是一种带有鳍的水母图案。消除范围仅限于同时看到鱼列和鳍的单元格。
工作原理
- 找到一个水母,其中某一行的候选数位于四个列之外。
- 这些额外的单元格构成鳍。
- 仅当单元格同时看到覆盖单元和鳍时,才发生消除。
示例
寻找鳍状水母。
鳍状水母
Check digit 4 in columns 1, 2, 6 and 7. These columns form a Jellyfish pattern in rows 2, 3, 5 and 6.
鳍状水母
r1c1 已经填入 9。
鳍状水母
r4c1 已经填入 8。
鳍状水母
r7c1 已经填入 3。
鳍状水母
数字 4 不能放在 r8c1,因为 r8c3 已经在这行中了。
鳍状水母
r9c1 已经填入 1。
鳍状水母
数字 4 不能放在 r1c2,因为 r1c4 已经在这行中了。
鳍状水母
r4c2 已经填入 1。
鳍状水母
r7c2 已经填入 9。
鳍状水母
数字 4 不能放在 r8c2,因为 r8c3 已经在这行中了。
鳍状水母
r9c2 已经填入 8。
鳍状水母
r1c6 已经填入 7。
鳍状水母
r4c6 已经填入 9。
鳍状水母
r7c6 已经填入 8。
鳍状水母
数字 4 不能放在 r8c6,因为 r8c3 在这一行,r7c5 在这个方块中。
鳍状水母
r9c6 已经填入 2。
鳍状水母
数字 4 不能放在 r1c7,因为 r1c4 已经在这行中了。
鳍状水母
r7c7 已经填入 1。
鳍状水母
r8c7 已经填入 9。
鳍状水母
r9c7 已经填入 3。
鳍状水母
One base column has extra candidates in box 6. That box is the fin, so this becomes a Finned Jellyfish.
鳍状水母
Because of the fin, only cells in box 6 that also lie in rows 2, 3, 5 and 6 can lose digit 4.
鳍状水母
These are the cells that see both the fish structure and the fin: r5c8 and r6c8.
鳍状水母
Remove 4 from: r5c8 and r6c8.
应用该技术后的结果。
技巧与模式
- 鳍状水母极为罕见。在尝试完所有更简单的技巧后才应追求这些。