GridWits

Rejected Cell's Neighbors

Easy Used by Smart Hint

Rejected cells can never touch, so every cell next to a rejected one is kept.

1 2 3 4 5 6 7 8 9

How it works

  1. The center cell is already known to be rejected.
  2. Rejected cells can never touch, so every cell next to it is kept — mark all four neighbors Keep.