搜索资源列表
李森数据结构作业
- 文件夹中包括常用的数据结构的算法,包括二叉树的三种递归和非递归算法,染色问题,八皇后问题,深度广度遍历,约瑟夫环,数值转换,树的高度和叶子节点数,最小生成树 ,两点之间的所有路径-folder include common data structure of the algorithm, including the three binary tree recursive and non - recursive algorithm, Dyeing, 8 Queen, depth and bread
zyqueen
- 一个简单的递归实现八皇后算法-a simple recursive algorithm to achieve eight Queen's
queenjava
- 使用回溯递归法实现的八皇后问题的算法源码
hezhaowu
- 八皇后 的非递归算法 适合初学数据结构的朋友们
eight
- 是个程序是一个很经典的程序,也就是八皇后问题,而且是用递归算法实现的
eightqueeen
- 这是一个数据结构课程的关于非递归求解八皇后问题的的源代码,内含有相关的程序说明,其中还涉及到有STL语言的相关算法。
games
- 数据结构算法中一些经典的小游戏的算法,如魔法矩阵,八皇后问题,骑士游历问题,环游世界问题,一笔画问题,非递归的汉诺塔问题等
“八皇后”问题递归法求解
- “八皇后”问题递归法求解 * 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。-"8 Queen's" recursive method * 8 Queen's pr
数据结构18个常见算法
- 八皇后、斐波那契序列、约瑟夫环、二叉树的遍历(递归、终须、先序、后序、层次)、二叉树及树的深度、DFS、Prim构造最小生成树、常见排序算法(选择、折半插入、冒泡)、顺序查找、折半查找
queen
- 八皇后问题。利用了递归算法,很是巧妙!最后一行为输出解的个数,每行共8个数字,这些数字即代表皇后在该行的位置。-It s a code about Eight queen.
8Queen
- 用DEV C++ 写的实现查找所有八皇后可能的算法。没有用递归,全部是用for循环实现,代码很晦涩,我自己现在都看不明白了。-With DEV C++ to write the achievement of all eight of Queen' s search algorithm may be. Did not use recursion, all is for the cycle to achieve, the code is very obscure, I can not now
quee
- 递归算法解,决八皇后问题,使得所有的N个皇后不在米字型的方向产生两个对攻。-eight queen question
diguisuanfa
- 不同算法求解经典八皇后问题。经典问题求解算法之深度有限递归算法。-Different algorithms to solve the classic problem of eight queens. Classic problem-solving algorithm of the limited depth of recursive algorithms.
EightQueen
- 采用递归算法解决著名的八皇后问题-Resolve eight queen problem
eightQueen
- 在软件学习中重点学习的递归算法之八皇后问题-Learning recursive algorithm in the software to learn the eight queens problem
2011210133eightqueen
- 八皇后非递归算法实现 运用栈 自己的算法 有点凌乱 见谅-Eight Queens non-recursive
Eight-Queen
- C语言实现的解决八皇后问题,用二维数组模拟棋盘,使用的非递归算法。-C language to solve the problem of eight queens, with two-dimensional array simulation board, using the non recursive algorithm.
Desktop
- 用DFS解八皇后,这个是递归算法跟非递归算法(Using DFS to solve eight queens, this is a recursive algorithm with non recursive algorithm)
483028
- 用DEV C++ 写的实现查找所有八皇后可能的算法,没有用递归,全部是用for循环实现,代码很晦涩,我自己现在都看不明白了()
9461164
- 用DEV C++ 写的实现查找所有八皇后可能的算法,没有用递归,全部是用for循环实现,代码很晦涩,我自己现在都看不明白了()
