Skip to content

MaximeDaigle/EightQueens_Puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

EightQueens_Puzzle

The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens threaten each other. Thus, a solution requires that no two queens share the same row, column, or diagonal.

If solutions that differ only by symmetry operations (rotations and reflections) of the board are counted as one, the puzzle has 92 distinct solutions and 12 fundamental solutions.

https://en.wikipedia.org/wiki/Eight_queens_puzzle

This program finds 11 solutions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages