+----+----+----+----+----+----+
| S1 | H2 | H2 | S2 | H3 | S6 |
+----+----+----+----+----+----+
| 1 | H1 | S1 | S2 | H3 | S6 |
+----+----+----+----+----+----+
| 4 | H1 | H4 | 2 | S3 | 6 |
+----+----+----+----+----+----+
| S4 | S4 | H4 | 3 | S3 | H6 |
+----+----+----+----+----+----+
| H5 | H5 | S5 | 5 | S5 | H6 |
+----+----+----+----+----+----+
PAGE: 4
Eight queens that do NOT get along:
OBJECTIVE: Position eight queens on the board so that no queen can capture
another queen. NOTE: Queens can move in any direction including
diagonals for as many squares as they want.
Solution:
+----+----+----+----+----+----+----+----+
| | | | QN | | | | |
+----+----+----+----+----+----+----+----+
... Далее >>
|