Skip to content

luigi1015/EightQueensProblem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EightQueensProblem

A recursive backtracking algorithm to the standard 8 Queens Problem in which it tries to place 8 queens in a chess board such that none of them can attach any other in a single move.

About

A recursive backtracking algorithm to the standard 8 Queens Problem in which it tries to place 8 queens in a chess board such that none of them can attach any other in a single move.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors