资源列表
biThrTree-hfut
- 合肥工业大学数据结构试验四线索二叉树,包括完整的实验要求、实验预习报告、实验最终报告 实验任务∶ <1>按先序次序遍历先序线索二叉树。 <2>按中序次序遍历中序线索二叉树。 <3>将值为x的结点作为先序线索二叉树T的左子树的(先序)最后一个结点的右孩子插入进去。 <4>按中序次序线索化二叉树。 <5>按后序次序线索化二叉树。-Four threaded binary tree
stack
- 用C语言实现的基于动态数组的栈结构,使用非常方便-C language-based dynamic array stack structure, use very convenient
Red_Black_Tree
- 高级数据结构 C++的红黑树的实现和测试代码-Red Black Tree
tree-hfut
- 合肥工业大学数据结构试验五树和森林 包括完整的实验要求、实验预习报告、实验最终报告 实验要求: <1>将一棵树(或森林)转换为二叉树。 <2>求森林的高度。 <3>按层次方式遍历森林。 <4>输出一个森林中每个结点的值及其对应的层次数。 <5>输出一个森林的广义表形式-Hefei University of the data structure test five t
240ok
- 240*128显示程序,51单片机用,t6369控制芯片-240* 128 display program, 51 the microcontroller, t6369 control chip
search-hfut7
- 合肥工业大学数据结构试验七查找 包括完整的实验要求、实验预习报告、实验最终报告 实验要求: <1> 对下列数据表,分别采用二分查找算法实现查找,给出查找过程依次所比较的元素(的下标),并以二分查找的判定树来解释。 <2> 设计出在二叉排序树中插入结点的算法,在此基础上实现构建二叉排序树的算法。 <3> 设计算法在二叉排序树中查找指定值的结点。 <4> 设计算法在二叉排序树中删除特定值的结点
01
- 顺序表的基本操作,包括定义,创建,插入,删除-The basic operation of the sequence table, including definitions, create, insert, delete, etc.
Depth-first-traversal
- 1、编写图的邻接表表示法的数据结构。 2、编写用邻接表创建图的函数 3、用深度优先遍历的方法输出顶点序列-1, write the adjacency table shows the data structure of the Act. 2, written with the adjacent table to create a graph function output sequence of vertices with a depth-first traversal methods
kechengsheji
- 合肥学院课程设计 数据结构 实验十二非常适合合肥学院学生-Hefei University curriculum design data structure Experiment 12 is ideal for Hefei University students
zuiduanlujingbaogao
- 求城市之间最短路径的问题。通过运用最小生成树的算法,求出最短路径,课程设计的报告!-Ask the city between the shortest path problem. Through the use of the minimum spanning tree algorithm, the shortest path, curriculum design report!
lingjiejuzheng
- 这是数据结构中,邻接矩阵的代码,希望对您有所帮助-This is the data structure, the adjacency matrix code, you want to help
02
- 头插法或尾插法建单链表,并进行单链表的简单操作-Or tail head interpolation interpolation built single linked list and singly-linked list of simple operation
