资源列表
[数据结构常用算法] multinonial
说明:用带表头结点的单链表作为多项式的存储表示;要建立两个单链表;多项式相加就是要把一个单链表中的结点插入到另一个单链表中去,要注意插入、删除操作中指针的正确修改。-Node with a header with a single linked list as a storage, said polynomial to build two single-linked list polynomial sum is to take a single node in the linked list in<木易> 在 2025-07-26 上传 | 大小:243kb | 下载:0
[数据结构常用算法] dashuxiangjiajian
说明:两个不超过110位的整数想加减,计算速度不超过1秒,-Not more than 110 two integer addition and subtraction to calculate the speed of not more than 1 second,<周鹏程> 在 2025-07-26 上传 | 大小:243kb | 下载:0
[数据结构常用算法] Topological-sort
说明:拓扑排序,已知一个有向网,求网的一个拓扑排序,并给出这个有向图代表的工程能否进行-Topological sort, known a have to nets, and a network of topological sort, and give the directed graph represent can project<王震> 在 2025-07-26 上传 | 大小:243kb | 下载:0
[数据结构常用算法] qipanfugai
说明:通过输入行数与坐标,输出棋盘的覆盖的相关的可行性的解。-By entering the number of lines and the coordinate output chessboard coverage related to the feasibility of the solution.<xiao> 在 2025-07-26 上传 | 大小:243kb | 下载:0
[数据结构常用算法] 线性表的基础应用
说明:第二种:定义一个包含学生信息(编号,书名,价格)的的顺序表和链表,使其具有如下功能: (1) 从文件中读入书籍信息; (2) 根据图书位置获取该书信息; (3) 根据价格进行查找,返回此该书的书名; (4) 根据指定的位置可返回相应的书籍信息; (5) 给定一个书籍信息,插入到表中指定的位置; (6) 删除指定位置的书籍记录; (7) 统计表中书籍个数。 (8) 输出书籍信息。(Second: define an order table and a list of stude<杨小鱼 > 在 2025-07-26 上传 | 大小:243kb | 下载:0