搜索资源列表
Queen
- 这是JAVA编写的八皇后问题 太牛了 你一定会有所收获 其中还有详尽的注释 这个程序是用了递归的算法
pascal
- 用pascal语言实现八皇后的非递归算法
EightQueen.java
- 运用递归算法实现了八皇后问题,基本思路借鉴于四皇后的实现。
eightqueen
- 用java实现的八皇后算法。时间复杂度较低,非递归算法。-Eight Queens using java implementation algorithm. Low complexity, non-recursive algorithm.
EightQueen
- 八皇后算法实现,基于JAVA递归算法实现八皇后-Eight Queens algorithm JAVA-based recursive algorithm to achieve the eight queens
EightQueens
- 递归算法:八皇后问题,成功实现递归算法——八皇后问题,程序注释详细,结构紧凑。-Recursive algorithm: the eight queens problem, the successful implementation of recursive algorithms- the eight queens problem, detailed program comments, compact structure.
EightQueens
- 一个用来研究八皇后问题的java小程序,采用递归算法遍历树来穷举所有符合要求的排列,存储后用图形界面表示出来。-Used to study a problem of the eight Queen of java applets, using recursive tree traversal algorithm to exhaustive array of all meet the requirements, storage, said later a graphical interface.