ROSECODE 010
6x6 Checker Challenge
Examine the
Column
1 2 3 4 5 6
----------------
1 | | O | | | | |
----------------
2 | | | | O | | |
----------------
3 | | | | | | O |
----------------
4 | O | | | | | |
----------------
5 | | | O | | | |
----------------
6 | | | | | O | |
----------------
The solution shown above is described by the sequence
ROW
COLUMN
This is one solution to the
Source: 1993 USACO Qualifying Round 1