/HowManyKnights

Determine the largest number of knights that can be placed on a chess board.

Primary LanguagePython

HowManyKnights

This python program are trying to determine the largest number of knights that can be placed on a board so that no knight is attacking any other.