资源列表
class_presentation_Btree
- 是一种多路搜索树(并不是二叉的): 1.定义任意非叶子结点最多只有M个儿子;且M>2; 2.根结点的儿子数为[2, M]; 3.除根结点以外的非叶子结点的儿子数为[M/2, M]; -Is a multi-way search tree (not binary in): 1. The definition of any non-leaf node at most M son and M> 2 2. The son of the root n
heapsort
- 堆排序的数字和字母两种不同的图形界面实现,暑期课程设计作业而已-Heap sort of numbers and letters to achieve two different graphical interface, summer curriculum work only ~ ~ ~
traversinggraph
- 图的遍历的实现,文字界面,包含深度遍历和广度遍历两种情况-Graph traversal implementation, the text interface, including the depth and breadth traversal traverse both cases ~ ~
dp
- 动态规划经典问题(1)问题中的状态必须满足最优化原理; (2)问题中的状态必须满足无后效性。 -dp
algorithm_C
- 常用算法程序集(c语言描述)-Commonly used algorithm assembly (c language descr iption)
STL
- 详细的讲述一些C排序的函数 STL 几乎封装了所有的数据结构中的算法,从链表到队列,从向量到堆栈,对hash 到二叉树,从搜索到排序,从增加到删除-Describe in detail the function of some sort STL C encapsulates almost all of the data structure algorithms, from the list to the queue, from the vector to a stack of hash to
BiTree
- 二叉树的操作,C语言版的,在vc下可以运行。-The Functions of BiTree!
SomeDucumentsofDataStructure
- 数据结构的资料,主要是关于其程序设计竞赛中的应用以及相应的事例-Some Ducuments of Data Structure
maze
- 演示迷宫算法 利用栈 深度广度A*三种搜索算法 是个小程序-maze stack
c
- 杨辉三角程序 用于了角数据结构,考试也行-Pascal Triangle program for the angle data structure, the examination is also OK
Datastructure
- 数据结构和C语言的电子书,比较适合初学者自学和复习。-Data structures and C language books, self-study and review more suitable for beginners.
c2
- C语言画椭圆程序,用于学习考试,了解数据结构-Oval painting program for learning test
