Sue-de-Coq

Sue-de-Coq is one of the rarest and most powerful Sudoku techniques. It combines an Almost Almost Locked Set (AAALS) with block and aligned cell interactions to create eliminations impossible with simpler methods.

Understanding the Pattern

The Core (C)

The pattern starts with 2-3 aligned cells in a box:

The Block Cells (B)

Other cells in the same box as the core:

The Aligned Cells (A)

Cells in the same row/column as the core but outside the box:

The Critical Constraint

(Core ∩ Block) ∩ (Core ∩ Aligned) = ∅

In plain English: The candidates shared with block cells and the candidates shared with aligned cells must NOT overlap. They must be completely separate sets.

Visual Pattern

          ║         C5         ║
══════════╬════════════════════╬════════════
          ║                    ║
    Box 1 ║       Box 2        ║    Box 3
          ║  ┌───────────────┐ ║
          ║  │ Core: {1,2,5,7}│ ║   Aligned
R4        ║  │  R4C4  R4C5   │──────{2,7}
          ║  └───────────────┘ ║
          ║         │          ║
          ║    Block: {1,5}    ║
          ║                    ║
══════════╬════════════════════╬════════════

In this example:

Elimination Rules

Once the pattern is verified:

Rule 1: Box Eliminations

Cells in the box (outside Core ∪ Block) cannot contain candidates from Core ∩ Block.

Rule 2: Line Eliminations

Cells in the row/column (outside Core ∪ Aligned) cannot contain candidates from Core ∩ Aligned.

Why It Works

The logic is subtle but powerful:

  1. The core cells must contain certain candidates
  2. Some of those candidates ({1, 5}) can ONLY come from Block cells
  3. Other candidates ({2, 7}) can ONLY come from Aligned cells
  4. Because these sets don't overlap, we know exactly where candidates can go
  5. This "locks" candidates into specific regions, allowing eliminations elsewhere

Example

Core: R4C4-R4C5 = {1, 2, 5, 7}  (4 candidates in 2 cells = AAALS)
Block: R5C4 = {1, 5}           (shares {1, 5} with core)
Aligned: R4C8 = {2, 7}         (shares {2, 7} with core)

Verification: {1, 5} ∩ {2, 7} = ∅ ✓

Eliminations:

Walkthrough: Core + Aligned Pattern

This example shows a Sue-de-Coq with Core and Aligned cells only (no Block cells). The Core forms an AAALS in column 1, and the Aligned cells complete the locked set.

puzzle: S9B2I010U0905081Q3E02B844060304070501B6055YBI0602014ED65UB94K074B0610BF03B70648BD635U0O4BD6054304125V0912026Q6R5X784L5U03094Z50044C094C050106074403036Q43025U04C305C3
mode: guided
technique: SDC
initial:
  layers:
    hints: true
steps:
  - text: >
      We're looking for a Sue-de-Coq pattern — an AAALS (Almost Almost Locked Set)
      combined with block and/or aligned cells to form a powerful elimination.
    hint: subtle
    technique: SDC

  - text: >
      **Core**: R1C1 {4,7} and R2C1 {2,8,9} are aligned in column 1 within Box 1.
      Together they have 5 candidates {2,4,7,8,9} — that's an AAALS (2 cells, 5 candidates).
    hint: obvious
    technique: SDC
    state:
      selection:
        cells: [R1C1, R2C1]
      annotations:
        - cells: [R1C1, R2C1]
          label: "Core"
          style: pattern

  - text: >
      **No Block cells**: Looking at other cells in Box 1, none share the required
      candidates with the core to form a valid block component.
    hint: obvious
    technique: SDC
    state:
      annotations:
        - cells: [R1C1, R2C1]
          label: "Core"
          style: pattern

  - text: >
      **Aligned cells**: R4C1, R6C1, and R7C1 are in the same column as the core
      but outside Box 1. Together they share candidates {2,7,8,9} with the core.
    hint: obvious
    technique: SDC
    state:
      selection:
        cells: [R4C1, R6C1, R7C1]
      annotations:
        - cells: [R1C1, R2C1]
          label: "Core"
          style: pattern
        - cells: [R4C1, R6C1, R7C1]
          label: "Aligned"
          style: pattern

  - text: >
      **Locked Set formed**: Core (2 cells) + Aligned (3 cells) = 5 cells with
      exactly 5 candidates {2,4,7,8,9}. This forms a locked set in column 1.
    hint: obvious
    technique: SDC
    state:
      selection:
        cells: [R1C1, R2C1, R4C1, R6C1, R7C1]
      focus:
        enabled: true
        digits: [2, 4, 7, 8, 9]
      annotations:
        - cells: [R1C1, R2C1]
          label: "Core"
          style: pattern
        - cells: [R4C1, R6C1, R7C1]
          label: "Aligned"
          style: pattern

  - text: >
      R8C1 {2,8} is in column 1 but outside the locked set.
      Since {2,4,7,8,9} are locked in the 5 pattern cells, R8C1 cannot contain
      any of the shared candidates.
      **Eliminate 2 and 8 from R8C1.**
    hint: detailed
    technique: SDC
    state:
      selection:
        cells: [R1C1, R2C1, R4C1, R6C1, R7C1, R8C1]
      focus:
        enabled: true
        digits: [2, 8]
settings:
  showCandidates: true
  showControls: true
  showDescription: true
  navigation: numbered

Complexity

Sue-de-Coq is an expert-level technique — arguably the hardest standard technique:

Why the Name?

Sue-de-Coq is named after the SuDoku forum member who first described the technique. It's sometimes called Two-Sector Disjoint Subset in academic literature.

Finding Sue-de-Coq

Practically, you won't find these manually:

  1. Let the app find it — The hint system detects Sue-de-Coq automatically
  2. Understand the principle — Knowing WHY it works helps verify hints
  3. Appreciate its rarity — If you see one, the puzzle is genuinely difficult

Relationship to Other Techniques

Technique Pattern
Almost Locked Sets N cells with N+1 candidates
Sue-de-Coq AAALS (N cells with N+2+ candidates) + block/aligned
Pointing Pair/Triple Simpler box-line interaction

Sue-de-Coq is essentially a very advanced form of box-line reduction using ALS concepts.

Tips

  1. Don't hunt for these — They're too rare to search for manually
  2. Trust the hint system — If Sue-de-Coq is available, the app will find it
  3. Verify the constraint — Check that shared-with-block and shared-with-aligned don't overlap
  4. Appreciate difficulty — Puzzles requiring Sue-de-Coq are among the hardest

More Puzzles

Related Techniques