Skip to content

This project solves the N-Queens problem using the efficient Min-Conflicts algorithm, capable of handling large board sizes like 5000x5000. It iteratively minimizes conflicts through heuristic optimization, ensuring rapid convergence to a valid solution.

Notifications You must be signed in to change notification settings

TamiTo13/NQueens-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

NQueens-Problem

This project solves the N-Queens problem using the efficient Min-Conflicts algorithm, capable of handling large board sizes like 5000x5000. It iteratively minimizes conflicts through heuristic optimization, ensuring rapid convergence to a valid solution.

About

This project solves the N-Queens problem using the efficient Min-Conflicts algorithm, capable of handling large board sizes like 5000x5000. It iteratively minimizes conflicts through heuristic optimization, ensuring rapid convergence to a valid solution.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages