Solving the N-Queens Problem.
-
Updated
Apr 15, 2025 - Java
Solving the N-Queens Problem.
Solving algorithms on N queens problem
Emulator of the N-Queens problem
An advanced N-Queens-style problem with the goal of finding out the max score among all available solutions.
Java program built using the backtracking algorithmic technique to solve the N Queens problem.
n-queens problem algorithm backtracking & iterative repair
create Java solutions to some common Backtracking Problems
The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.
I solved the N queens problem, this is my first try, maybe I'll optimize
problema n-rainhas usando técnicas de satisfação de restrições
A collection of Algorithms in Math and Computer Science
Add a description, image, and links to the n-queens-problem topic page so that developers can more easily learn about it.
To associate your repository with the n-queens-problem topic, visit your repo's landing page and select "manage topics."