X链

等级 9 · 紫色腰带

概要

X链 是一种单数字链技巧,通过交替的强链和弱链连接单元格。当两端都位于强链上时,该数字可以从同时看到两端的单元格中消除。

工作原理

  1. 选择一个数字,并找出宫中的强链(共轭对)。
  2. 构建一条交替使用强链和弱链的链(共享一个宫的单元格)。
  3. 链必须以强链开始并以强链结束。
  4. 从能看到链两端的单元格中消除该数字。

示例

寻找X链。

1

X链

Look at digit 1. There is an X-Chain of 4 cells connecting r6c5 to r9c5.

2

X链

The chain alternates between strong links (conjugate pairs) and weak links (shared house).

3

X链

The chain starts and ends on strong links, so either r6c5 or r9c5 must be 1.

4

X链

Any highlighted cell that sees both endpoints cannot keep 1.

5

X链

Remove 1 from cells that see both endpoints: r4c5.

6

应用该技术后的结果。

技巧与模式

  • X-Chains 是 Skyscrapers 和 Two-String Kites 的推广,适用于更长的链。奇数长度的链(3、5、7 个单元格)才会产生消除。任一端点必须包含该数字,因此任何看到两端点的 单元格 都不能包含该数字。