Introduction - If you have any usage issues, please Google them yourself
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.