♛ 🏁 The Queens Puzzle resolved with genetic algorithms.
-
Updated
Apr 26, 2018 - JavaScript
♛ 🏁 The Queens Puzzle resolved with genetic algorithms.
Implementação de algoritmo de Backtracking com o problema das rainhas
🎲 Calculates possible placements of N queens on NxN board
The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens threaten each other; thus, a solution requires that no two queens share the same row, column, or diagonal.
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."