Skip to content

Python solution for N-Queens using backtracking with and without forward checking

License

Notifications You must be signed in to change notification settings

BluedragonXVI/N-Queens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

N-Queens

Python3 solution for N-Queens using backtracking with and without forward checking. My laptop gives solutions for N = 18 in ~100 seconds without forward checking, ~70 seconds with.

About

Python solution for N-Queens using backtracking with and without forward checking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages