搜索资源列表
NQueens
- 这是一个八皇后问题的扩展,使用java实现,扩展到了多皇后,只要你输入皇后的个数,能给出所有的解。-This is an expansion of 8 Queen
NQueensBacktracking.java
- 解决n-queens using blind search-solving n-queens using blind search
Queens-java.tar
- A recursive implementation to solve the n-queens problem, in Java.
nqueensja
- n queens problem solved in java
queens
- 用回溯法实现N后问题,使用的是JAVA开发环境的说。-Backward Method N
NQueens
- 算法系列-N皇后问题的解决,用java语言来编写-Algorithms Series-N queens problem solve, to write java language
Queen
- 算法分析与设计 用回溯法实现n皇后问题(java源码)-Algorithm Analysis and Design N-queens Problem Using Backtracking
N--java-
- 利用递归机制,可以很容易的求解n皇后问题。针对八皇后,总共有92种解。下面将给出N-皇后问题的一般求解代码,在这里代码是使用java编码的。-Recursive mechanism that can easily solve the n-queens problem. For eight queens, a total of 92 kinds of solutions. The following will give a general N-queens problem solving code
Queen
- 用java语言,基于回溯法实现N皇后的位置放置方案,程序可以通过参数来设置要解决几个皇后的放置,默认是4个。(Using java language, backtracking method is used to implement the placement plan of N queens. The program can be set by parameters to solve the placement of several queens, and the default is 4.)