资源列表
[数据结构常用算法] shortestwayalgrithom
说明:经典最短路径算法C C++ 邻接矩阵实现-Classic shortest path algorithm C C++ Realize adjacency matrix<陈晨> 在 2025-06-24 上传 | 大小:1kb | 下载:0
[数据结构常用算法] tubianlideyanshi
说明:关于图遍历的演示包括所有的源代码和执行文件,内容齐全,数据结构的有关作业-Ergodic on the map presentation, including all source code and implementation of document, content complete, the data structure of the operating<chen dd> 在 2025-06-24 上传 | 大小:58kb | 下载:0
[数据结构常用算法] Prim
说明:用prim算法实验最小生成树 本程序中用到函数adjg( ),此函数作用是通过接受输入的点数和边数,建立无向图。函数prg( )用于计算并输出无向图的邻接矩阵。函数prim( )则用PRIM算法来寻找无向图的最小生成树 定义了两个数组lowcost[max],closest[max],若顶点k加入U中,则令lowcost[k]=0。 定义二维数组g[ ][ ]来建立无向图的邻接矩阵。 -Prim algorithm using minimum spanning tree of t<Tina612> 在 2025-06-24 上传 | 大小:92kb | 下载:0
[数据结构常用算法] Fundamentals_of_Data_Structures_Horowitz_1983_1stE
说明:数据结构经典:《数据结构基础》 "Fundamentals of Data Structures" 作者:Horowitz 1983年第一版-Classical data structure:<eteng> 在 2025-06-24 上传 | 大小:15.49mb | 下载:0
[数据结构常用算法] Fundamentals_of_Data_Structures_in_C++_by_Horowitz
说明:数据结构经典:《用C++描述数据结构》 作者:埃利斯·霍罗维茨 1997-Data Structure classic:<eteng> 在 2025-06-24 上传 | 大小:19.31mb | 下载:0
[数据结构常用算法] Sort
说明:对内存内连续区域的数据进行排序,排序采用了交换排序的方法-Continuous region of memory to sort data, sort order using the exchange method<Francois Lee> 在 2025-06-24 上传 | 大小:11kb | 下载:0