Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 273 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 273 Bytes

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.