Description: Solve the n queens problem. To set a NN board, place N queens on a chessboard, making the N-queens do not attack each other between every two. Any two in the same column, same row, the Queen will attack each other on the same diagonal.
To Search:
File list (Check if you may need any files):
N-queen\n-queen.cpp
.......\readme.txt
N-queen