Solution
Partition the board into n groups in a "broken diagonal" pattern. That is, cell (i,j) belongs to group i+nj \mod n. Two cells in the same group can't attack each other (easily shown either by diagonal argument or modular analysis).
Because there are 2n+1 rooks, then there are 3 rooks that sit on the same group.
No comments:
Post a Comment