Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Chess Problem
The problem is to find all distinct layouts of a set of normal chess pieces on a chess board with dimensions M×N where none of the pieces is in a position to take any of the others. Assume the colour of the piece does not matter, and that there are no pawns among the pieces.
input:
The dimensions of the board: M, N.
The number of pieces of each type (King, Queen, Bishop, Rook and Knight) to try and place on the board.
As output, the program returns the number of distinct layouts for which all of the pieces can be placed on the board without threatening each other.
4G RAM is memory limit.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages