GridWits

Sandwich

Easy Used by Smart Hint

A cell between two equal numbers is always kept — rejecting it would force both neighbors to stay, and they'd duplicate each other.

3 8 3 5 2 6 7 4 9

How it works

  1. The 8 sits between two 3s.
  2. If the 8 were rejected, both 3s would have to stay (rejected cells can't touch) — but two kept 3s in one row breaks the duplicate rule.
  3. So the 8 is kept, whatever its value.