Skip to content

Python program to solve the n queens problem using breadth first search, will take an input for n and then output every possible answer and then the total number of solutions.

Notifications You must be signed in to change notification settings

JosephRuff/N-Queens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

N-Queens

Python program to solve the n queens problem using breadth first search, will take an input for n and then output every possible answer and then the total number of solutions.

About

Python program to solve the n queens problem using breadth first search, will take an input for n and then output every possible answer and then the total number of solutions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages