资源列表
Tree-traversal
- 树的遍历。树的缩格打印、先根遍历,中根遍历,后根遍历的递归非递归调用,交换左右子树递归调用。-Tree traversal. Tree indent printing, the first root traversal, traversing root, root recursive traversal non-recursive calls, switching left and right subtrees recursively.
sheep
- 用链表实现信息查询,插入与删除,用C可以打开-Achieve information query using a linked list, insert and delete
C_lianbiao
- Data *Create() //创建一个带头结点的空表 void Insert(Data *,int) //插入一个节点 void Reverse(Data *) //就地逆置 void Delete(Data *) //删除指定节点的节点 void Print(Data *) //打印链表 void Exit() //退出-Data* Create () // create an empty table to take the lead node void I
cPP
- 随机生成一个有序数组。将此有序数组乱序输出,并且不能引用新的数组空间-Randomly generate an ordered array. Output of this orderly array out of order, and can not refer to the new array space
sqlist
- 以线性表为例删除位于X和Y之间的元素,通过测试,可以直接运行-Removed in a linear form, for example between X and Y elements, by testing, can be directly run
shiyan2
- 数据结构,两个多项式的相加计算,主要运用链表-Data structures, computing the sum of two polynomials, the main use of the list
表的建立、插入、查找、删除操作
- 在Visual C++6.0下编译通过 完成表的建立、插入、查找、删除操作
邻接表
- 数据结构作业的邻接表算法-data structure adjacent to the operating table algorithm
poj1417
- 北大OJ 1417题的标程代码,并查集和深度优先搜索的经典实现
wuxiangwang
- 无向网生成最小树,基于VISUAL C++开发,数据结构
Prim
- 使用贪心算法实现PRIM最小生成树算法.经典的算法题目.
queue
- 通过创建链表实现一个队列的数据结构。控制台接受输入输出。-Using linked list to build a queue.