Skip to content

FrankCSmith/8-Queens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

8 Queens

The 8 Queens puzzle is the problem of placing 8 Queens onto a chessboard in a configuration so that each Queen is unable to take another Queen diagonally, horizontally, or vertically. On a 8 x 8 chessboard, there are 92 distinct solutions to this problem. Below is an image of a chessboard representation of one such solution:

screenshot

About

Prints each solution of the 8 Queens puzzle as a chessboard representation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages