搜索资源列表
_QUEENS
- 八皇后程序:回溯法寻找N规模的皇后可能分配-8 : backtracking N-scale search for the Queen's possible allocation
n皇后
- n皇后-n Queen
QiPanNHuangHou
- 由n个方块排成n行n列的正方形称为元棋盘。如果两个皇后位于棋盘上的同一行或同一列或同一对角线上, 则称为他们为互相攻击。 通过这个程序,输出使n元棋盘上的n个皇后互不攻击的所有布局。-Box formed by the n-bar n lines n chessboard square known as metadata. If the two Queen on the chessboard at the same column or row or on the same diagona
queen
- Linux环境下运行的N皇后C源代码下载-Running under Linux environment N Queen C source code download
nqueen.c
- linux下用c语言实现的N皇后问题,其中皇后的个数可以自己随便定义。输出所有可能的解。-n queen
NQueens-using-java
- n queeen using java using java to solove n queen proplem
NQueens-using-c
- using c to solve n queen problem
nQueen101
- n 后问题,用了三种方法解决,希望和大家一起分享-three solutions for N Queen question
eatcn
- In a chess board put N queen, make this N queen cannot be eaten by the other party to each other,