Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 377 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 377 Bytes

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