Description: Description of the problem eight queens problem 【】 In an 8 × 8 chess board to place eight queens, requires that each queen is not between the 22 " conflict" , that is, no one queen can " eat" any other a queen, a simple to say is that no two Queens occupy the board on the same row or column or the same diagonal, that is, in each row, vertical column, the column have only one queen inclined.
To Search:
File list (Check if you may need any files):
zhans6\全部解\八皇后问题全部解.C
......\单个解\aa.c
......\......\八皇后问题单个解.C
......\全部解
......\单个解
zhans6