nqueens-problem topic
List
nqueens-problem repositories
nQueens-problem-solved-with-evolutionary-strategy-in-python
15
Stars
0
Forks
Watchers
find arrangement for n Queens in n*n board of chees using Genetic algorithms
N-Queen-Problem-using-Genetic-Algorithm
17
Stars
6
Forks
Watchers
The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.