资源列表
[数据结构常用算法] Twoforktrees
说明:二叉树操作,掌握指针变量的含义,二叉树的结构特征,以及各种存储结构的特点及使用范围;指针类型描述、访问和处理二叉树的运算。程序1: 按先序次序输入二叉树中结点的值(一个字符),`0`表示空树,生成二叉树的二叉链表存储结构, a为指向根结点的指针。然后按中序顺序遍历二叉树。算法思想:先访问左子树,再访问根结点,最后访问右子树。-binary tree operation, grasp the meaning indicator varia<林静> 在 2025-01-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] airPortSimulation
说明:金元平版数据结构 实验答案 有关飞机场内容的实验-money lithography experimental data structure answers the contents of the airport<王浩> 在 2025-01-14 上传 | 大小:5kb | 下载:0
[数据结构常用算法] Polynomial1
说明:数据结构答案 金元平-data structure answer money-<王浩> 在 2025-01-14 上传 | 大小:26kb | 下载:0
[数据结构常用算法] depthFirstSearch
说明:金元平 数据结构 答案-money-data structure answer<王浩> 在 2025-01-14 上传 | 大小:7kb | 下载:0
[数据结构常用算法] heapArrange
说明:此程序实现了堆排序,并且使用了MFC的图形界面,非常实用-this program achieved a heap sort, and the use of the MFC graphics interface, very useful<林林> 在 2025-01-14 上传 | 大小:66kb | 下载:0
[数据结构常用算法] Dijkstra_TA
说明:数据结构的经典实验程序。以全国主要城市为图的顶点, 铁路连接为图的边, 距离作为加权, 设计完成一个最短路径自动查找系统;输入为出发城市和目标城市, 输出为最短路径和距离。 -data structure of the classic experimental procedure. In major cities across the country to the vertex, the railway linking the ed<王斐> 在 2025-01-14 上传 | 大小:777kb | 下载:0