资源列表
Heap
- 数据结构中堆结构,数据结构包含各种结构,包括各种树形结构,以及图等等(Data structure heap structure)
file
- 将图的数据写入文件并构造邻接矩阵,求出单源点到其他顶点的最短路径(The data of the graph is written into the file and the adjacency matrix is constructed, and the shortest path from the single source point to the other vertex is found)
Exp_Jos
- 数据结构中的实验,约瑟夫问题,C++实现(Data structure in the experiment, Joseph problem, C ++ implementation)
Express2
- 数据结构实验,四则运算表达式,C++实现(Data structure experiment, four operation expression, C ++ implementation)
Priority2
- 数据结构实验,优先队列与堆,C++编程实现(Data structure experiment, priority queue and heap, C ++ programming implementation)
Graph2
- 数据结构实验,内容是有关图的遍历,C++编程实现(Data structure experiment, graph traversal, C ++ programming realization)
Huffman编码(二叉树应用)
- Huffman编码(二叉树的应用)其中包含了源代码及实验截图(Huffman encoding (Application of two fork tree) Which contains the source code and experimental screenshots)
完整代码12(1)
- 设计实现一个模拟的班级信息管理系统,合理运用数组、指针、结构体及文件操作等,实现一个模拟的班级通信录管理系统。该系统用于管理学生的基本信息、通信信息等。(Design and implementation of a simulation class information management system, the rational use of arrays, pointers, structures and file operations, to achieve an analog cla
源程序
- 设计实现一个模拟的班级信息管理系统,合理运用数组、指针、结构体及文件操作等,实现一个模拟的班级通信录管理系统。该系统用于管理学生的基本信息、通信信息等。(Design and implementation of a simulation class information management system, the rational use of arrays, pointers, structures and file operations, to achieve an analog cla
二叉树
- (1)输出n=11时的判断树并求成功情况下的平均查找长度ASL; (2)通过构造判断树可以求得成功情况下的平均查找长度ASL1;当宝含有n个节点的判断树看成是一颗满二叉树是,其成功情况下平均查找长度的理论值ASL2约为log2(n+1)-1,对于n=10,100,1000,10000,100000和1000000,求出ASL1,ASL2两者的差距。((1) the judgment tree of the output n=11 and the average search length un
IsSameAvlTree
- 根据按照一定格式输入的数据建立搜索树并判断两棵树是否是同一颗搜索树。(Judge the trees is same AvlTree.)
ysf
- 约瑟夫问题是一个经典的问题。已知n个人(不妨分别以编号1,2,3,…,n 代表)围坐在一张圆桌周围,从编号为 k 的人开始,从1开始顺时针报数1, 2, 3, ...,顺时针数到m 的那个人,出列并输出。然后从出列的下一个人开始,从1开始继续顺时针报数,数到m的那个人,出列并输出,…依此重复下去,直到圆桌周围的人全部出列。 输入:n,k,m 输出:按照出列的顺序依次输出出列人的编号,编号中间相隔一个空格,每10个编号为一行。 非法输入的对应输出如下 a) 输入::n、k、m任一个