搜索资源列表
N-Queens
- N-Queen solver written in java with excellent Graphical user interface.
NQUEENS
- N queens problem :Code to adjust n queens in a N*N chess board such that no 2 queens are in the same row,in same Column and in same diagonal
queue
- 八皇后问题,可以推广到N皇后,在学校的实验课上做的,用回溯法-The eight queens problem can be generalized to the N-Queens in the experimental class of the school, with backtracking
nqueens_v1
- N queens problem solved by algorithm
optaplanner-examples.tar
- optaplanner中的例子,只要一个运行命令,可以看到有皇后问题,课程安排,考试安排,机器推理,,,,医院床安排等例子,完全图像界面的例子,如果感兴趣可以去jboss的官网找源码-optaplanner the example, just a run command, you can see that there are queens problem, examples of curriculum, examination arrangements, machine reasoning,,,
8queen
- This scr ipt is for 8 Queens
idbqsreadizationthe
- 运用递归算法实现了八皇后问题,基本思路借鉴于四皇后的实现,(Using a recursive algorithm to achieve the eight queens problem, the realization of the basic ideas for reference in the queen,)