资源列表
[数据结构常用算法] creatlinklist
说明:用C语言实现从表头/表尾插入来创建链表,并判断循环。可以供初学数据结构的人学习。 -C language from the first table/end table inserted to create List, and a judgment cycle. Can data structure for beginners learning from the people.<马慧> 在 2025-05-31 上传 | 大小:2kb | 下载:0
[数据结构常用算法] data_structure_short_path
说明:根据题目建立图的结构,利用 Dijiskara 算法依次计算出各点的最短路径。 要求 : 图的结构为 { 0,1,1,1,0,0 , // 邻接矩阵表示图, 0 表示断路, 1 表示通路。 1,0, 0,0,1,0, 1,1,0, 0,0, 1,0, 0,1,0,0, 0,0,1, 1,1, 0,0,0,1,1,0,0,1, 0,<段保京> 在 2025-05-31 上传 | 大小:2kb | 下载:0
[数据结构常用算法] jiangshangfei
说明:该程序用于进行多项式的四则运算,其中抽象数据类型主要有栈和结构 -the procedures for conducting the four polynomial operations, which mainly abstract data type and structure of a stack<江上飞> 在 2025-05-31 上传 | 大小:2kb | 下载:0
[数据结构常用算法] jianshanfei
说明:该程序实现图的建立与先深和先广遍历,图采用矩阵存储,在遍历过程中用栈实现,但若改用队列,将会实现得更自然流畅-the program plans to establish the first and the first deep-Traversal, map storage matrix, Traversing in the process of making Stack, but switch queue, there will be<江上飞> 在 2025-05-31 上传 | 大小:2kb | 下载:0