搜索资源列表
eigh-8
- 这是著名的八皇后问题,希望能和大家交流一下-This is the famous eight Queen's, hopes to be able to share what
8queen
- 八皇后问题的一个源代码 在Linux下可以直接使用-Eight queens problem, a source code can be used directly in Linux
nQueen
- 利用回溯法实现n皇后问题,代码简洁易懂,运行速度快,且有注释-Backtracking method is used to realize the n queen problem, understandable code, run fast, and there are comments
NQueen
- 本程序由八皇后问题出发,为解决N皇后问题。本程序是跨平台设计,由宏UNIX选择是UNIX还是WIN 。-The procedure starting the eight queens problem, to solve N-Queens problem. The program is cross-platform design, the choice is UNIX or UNIX macro WIN.
7526572
- 运用递归算法实现了八皇后问题,基本思路借鉴于四皇后的实现,()