Identify Impossible Cells
A cell must be marked empty if no remaining block can reach it. This commonly happens: Near the edge of a line. Between completed blocks. Inside gaps that are too…
ISolving strategy
A cell must be marked empty if no remaining block can reach it.
This commonly happens:
- Near the edge of a line.
- Between completed blocks.
- Inside gaps that are too small.
- Beyond the maximum possible range of a clue.
- When a block has already been assigned to another part of the line.
This technique is sometimes called inaccessibility or range elimination.