资源列表
queen2
- 八皇后问题. C++实现. 采用递归. 版本二 .通过 记录对角线 和 上下 左右的方法实现.比直接的搜索快一些-Queen Problem .Implement In c++
HeapSortQuickSort
- C++实现的快速排序,堆排序 .里面有测试不现算法运行时间多少代码-QuickSort heapSort . including the function of calculate the time that different algorithm uses
10001stprime
- Find the 10001st prime 采用一种比较快的方法求指定的第n个素数-Find the 10001st prime
NON
- 实现二叉树三种遍历(先序遍历、中序遍历、后序遍历)的非递归算法。-The realization of the three binary tree traversal(PreOrderTraverse,In OrderTraverse,PostOrderTraversal)of the non-recursive algorithm.
DataStructure
- doc格式的数据结构电子书籍,很好的本地数据结构学习教程,建议好好利用!-doc format of the data structure of electronic books, a very good tutorial to learn the local data structure, it is recommended to make good use!
Dijkstra
- Dijkstra algorithm for graphs
hh
- 用递归实现二叉树的先序,中序,后序3种遍历.-Binary tree with recursive realization of the first order, in sequence, the latter three kinds of traversal sequence.
pipeline
- 实现对最佳路径的选择,算法,通俗的讲就是对石油管道的路径选择-The best path to achieve the choice of algorithm, popular speakers is to choose the path of oil pipeline
maze
- 迷宫 数据结构上机课程设计——源代码 使用二维数组-Maze data structure courses on machine design- the source code using two-dimensional array
LianBiao
- 数据结构中用vc实现单链表-Data structure used to achieve a single list vc
maze
- 数据结构中迷宫的实现-Data structure in the realization of the maze
xianxingbiao
- 数据结构中线性表实现-Linear table data structure to achieve