Solved it several ways. It's cool, but what relevance does this have to chess?
Chess and Mathematics - 2
Solved it several ways. It's cool, but what relevance does this have to chess?
Four Knights Problem
Divide the board into four regions of equal shape so that each knight belongs to one of the regions. One of the possible answers is the following:

Can you find the other solutions of this problem? Write in the comments. If the knights are placed on the four corners of the board then the number of possible solutions is maximal, it is 800!
From E. Gik, Chess and Mathematics, Quantum Library (in Russian)
nah, I have more interesting problem. @ynallyev
create a algotythm for given nxn chess board size, and list of points witch determine knights position. and divide into k regions of equal shape with contrains a knight.
where 1 < n < 100000, 1 < k < 1000, and n,k is natural integer.
find if it is possible if isn't when return false, otherwise return every possible combination.

Four Knights Problem
Divide the board into four regions of equal shape so that each knight belongs to one of the regions. One of the possible answers is the following:
Can you find the other solutions of this problem? Write in the comments. If the knights are placed on the four corners of the board then the number of possible solutions is maximal, it is 800!
From E. Gik, Chess and Mathematics, Quantum Library (in Russian)