资源列表
[数据结构常用算法] 0-1-backpack
说明:本代码提供0-1背包问题的动态规划解法,适用于背包容量是整数类型-The code provides 0-1 knapsack problem dynamic programming solution for the backpack capacity is an integer type<xiaoran> 在 2025-07-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Test
说明:有序顺序表的二分查找的递归算法。 对输入数据构造二叉查找树 ,建立二叉查找链表结构,并能实现查找、插入、删除等操作 -Binary recursive algorithm to find an orderly sequence table. Find the input binary tree data structure, build a binary search list structure, and can achieve search, insert, and delete o<王保全> 在 2025-07-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Test6
说明:最短路径算法。 用无向带全图的邻接矩阵存储图,确定从源点出发到其它各点的最短路径。 输入:图中包含的顶点数n 边数m, 各边权值,用邻接矩阵或者邻接表存储。 输出:源点到其它各点的最短路径值。-Shortest path algorithm. Adjacency matrix storage with undirected graph with a full figure, determine the starting point of the shortest path from<王保全> 在 2025-07-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] struct_list
说明:关于数据结构中链表的基础知识,包括链表的排序,插入,删除等-Linked list data structure on the basis of knowledge, including the list of the sort, insert, delete, etc.<忆展> 在 2025-07-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Regular_Expression_Matching
说明:正则表达式的匹配,是leetcode中的算法题-Regular expression matching is the algorithm in question leetcode<杜> 在 2025-07-22 上传 | 大小:1kb | 下载:0