Description: Eight queens problem the famous 19th century mathematician Gauss in the 1850' s. His question is: 8* 8 board to place eight queens, so that it can not attack each other, that any two queens can not be in the same line, same column, the same diagonal. Please print all the possible design of algorithms display method.
To Search:
File list (Check if you may need any files):
eightqueen.cpp