n
queens in an n x n
chessboard so no queens attack each other by being in the same row, column or diagonal.cmd
directory in the app folder contains the main.go
, cmd.sh
and supporting data files needed to run the app.n = 1
the problem has a trivial solution and no solution exists for n = 2
and n = 3
.n = 4
is: