文件名称:n-Queen
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-12-29
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- wangj******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
在n*n格的棋盘上放置彼此不受攻击的n皇后。按照国际想起的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子。n后问题等价于在n*n格的棋盘上放置n个皇后,任何2个皇后不放在同一行或同一列或同一斜线了。-Place each n is not an attack on the queen n* n chessboard grid. Think of in accordance with international rules, the Queen can attack at a pawn in the same row or the same column or on the diagonal. After the problem is equivalent to placing n n queens on the chessboard n* n grid, any two queen is not in the same row or the same column or diagonal.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
n Queen.cpp