Skyscraper
Skyscraper is a single-candidate pattern using two conjugate pairs. When two rows each have exactly two cells with a candidate, sharing one column but not the other, eliminations are possible from cells seeing both "roof" cells.
Technique
- Find two rows where a candidate appears in exactly two cells each.
- Two of the four cells must share the same column (the "base").
- The other two cells (the "roof") must be in different columns.
- Eliminate the candidate from cells that see both roof cells.
Tips
- Skyscrapers are easier to spot than X-Wings when columns don't align.
- The pattern resembles two buildings with different heights.
- One of the two roof cells must contain the candidate.