Skip to content

The eight queens problem statement dictates placement of 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. This code is using Python to resolve the problem.

Notifications You must be signed in to change notification settings

shwetamustare/Eight-Queens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

About

The eight queens problem statement dictates placement of 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. This code is using Python to resolve the problem.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages