Making evolutionary algorithm implementation and execution simple and painless.
-
Updated
Feb 21, 2017 - Java
Making evolutionary algorithm implementation and execution simple and painless.
picocli example: solve queens puzzle with choco-solver
Implementation of the solution to the famous problem of the eight queens. Swing based application
Solve eight queens puzzle with parallel algorithm
An Nqueen algorithm for humans 👸
The Eight Queens is a question set in chess, meaning that 8 ∗ 8 How to place the queen in the 8*8 board can comply with the rules (the slash, row, and column where the queen is located cannot have another queen), which extends to solve the n-queen problem and print all feasible board solutions.
Add a description, image, and links to the queens-puzzle topic page so that developers can more easily learn about it.
To associate your repository with the queens-puzzle topic, visit your repo's landing page and select "manage topics."