GridWits

Duplicate of a Kept Cell

Easy Used by Smart Hint

Once a cell is kept, its number can't repeat among kept cells — every other copy in that row and column is rejected.

5 1 5 2 6 3 4 8 9

How it works

  1. The top-left 5 is already known to be kept.
  2. Its number can't repeat among kept cells in the same row or column, so the other 5 in the top row must be rejected.