Skip to content

Python Program that uses minimum conflict strategy to solve nQueens problem

Notifications You must be signed in to change notification settings

calcelli/Min-Conflict-nQueens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Min-Conflict-nQueens

Python Program that uses minimum conflict strategy to solve nQueens problem

Selects random queen and moves her to a spot with the minimum number of conflicts

This ensures that the board will always be solved

The user can now input how big the board to be

About

Python Program that uses minimum conflict strategy to solve nQueens problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages