Skip to content

Ashish-Nagdev/chess-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess-problem

The problem is to find all unique configurations 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. The colour of the piece does not matter, and that there are no pawns among the pieces. As output, the program should list all the unique configurations to the console for which all of the pieces can be placed on the board without threatening each other.

To run this project just run 'sbt run' command & by default it shows output for 7×7 board with 2 Kings, 2 Queens, 2 Bishops and 1 Knight

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published