The Mine Puzzle
Solution


There's only one solution to this problem:

         1 | 0 | 0 | 1
        ---+---+---+---
         0 | 0 | 0 | 0
        ---+---+---+---
         0 | 0 | 0 | 0
        ---+---+---+---
         1 | 0 | 0 | 1
      

You may be able to convince yourself that this is correct, via the following argument, which uses the lettered map of the checkerboard.

         A | B | C | D
        ---+---+---+---
         E | F | G | H
        ---+---+---+---
         I | J | K | L
        ---+---+---+---
         M | N | O | P
      

Back to The Mine Puzzle.


Last revised on 05 January 1999.