Introduction - If you have any usage issues, please Google them yourself
Eight queens problem: Let the eight queens problem, the solution (x1, x2, x3, ..., x8), constraint conditions: on a 8x8 board, in which any two xi and xj in the board counterparts, the same column with the right moldings. Require an array to store the output of all possible permutations of. Implemented in C