Example
State the final non-attacking queen positions.
highlighted = computed this step
Step 1 — Solution
Compute the highlighted combinatorics value.
queen cells((0, 1), (1, 3), (2, 0), (3, 2))
Step 2 — Verdict
Compute the highlighted combinatorics value.
verdictvalid solution
combinatorics-search
Every row is intentionally ordered and pinned to the lesson specification.