搜索资源列表
EightQueens.rar
- 一个用来研究八皇后问题的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 from a graphical interf
queens
- scheme实现的八皇后问题,打印出所有92种情况,同时有java,c实现-scheme to achieve the eight Queen' s issue, print out all 92 kinds of situations
eight_queen-problem
- 用函数式程序设计语言scheme设计的八皇后问题。用三种语言实现,分别为java,c,scheme,三种实现方法使用同一种算法。-Used functional programming language design scheme of the eight Queen' s problem, to achieve in three languages, namely, java, c, scheme, three types of the realization of an algorit
Queen
- scheme写的一个关于求解8皇后问题的源码,同时还有C和java的-written in a scheme to solve the issue of 8 Queen' s source code, along with the C and java
old-version
- A java eight queen implementation