Skip to content

The Eight Queens is a question set in chess, meaning that 8 ∗ 8 How to place the queen in the 8*8 board can comply with the rules (the slash, row, and column where the queen is located cannot have another queen), which extends to solve the n-queen problem and print all feasible board solutions.

Notifications You must be signed in to change notification settings

MarvinZhong/EightQueens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

EightQueens

The Eight Queens is a question set in chess, meaning that 8 ∗ 8 How to place the queen in the 8*8 board can comply with the rules (the slash, row, and column where the queen is located cannot have another queen), which extends to solve the n-queen problem and print all feasible board solutions.

About

The Eight Queens is a question set in chess, meaning that 8 ∗ 8 How to place the queen in the 8*8 board can comply with the rules (the slash, row, and column where the queen is located cannot have another queen), which extends to solve the n-queen problem and print all feasible board solutions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages