Two-String Kite
When a row string and a column string meet through one box.
Explanation
A Two-String Kite uses one conjugate pair in a row and one conjugate pair in a column for the same candidate. If one end of each pair sits in the same box, the two outer endpoints force one of them to contain that candidate, so any cell seeing both endpoints can remove it.
Practice tip
Scan one candidate at a time. Find row pairs and column pairs first, then check whether one end of each pair links inside the same box.
Example steps
- Find a row where the candidate appears in exactly two cells.
- Find a column where the same candidate appears in exactly two cells.
- Use the linked box to remove the candidate from cells that see both outer endpoints.