Skip to content

A solution to the 8_Queens_Problem using basic Python

Notifications You must be signed in to change notification settings

UpLong23/8_Queens_Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

8 Queens Problem

A solution to the 8 Queens Problem using basic Python. The eight queens problem is the problem of placing eight queens on an 8×8 chessboard such that none of them attack one another (no two are in the same row, column, or diagonal). More generally, the n queens problem places n queens on an n×n chessboard.

alt text

About

A solution to the 8_Queens_Problem using basic Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages