Consider a with 3×3 grid where each cell contains a number of coins; for example, the following represents a possible configuration of coins on the grid (the integer in each cell is the number of coins in that cell):
12 3 1
1 8 4
2 13 0
This configuration is transformed in stages as follows: in...