资源列表
[数据结构常用算法] TSP
说明:使用邻接表记录存贮村庄两点的ID和村庄之间的权值。采用广度搜索,利用邓俊辉老师的模板BFS。先任取一点,搜索到它的距离最远的点(带权值)i,点i必然是关键路径上的一个最远点。再以该点为起始点搜索离他距离最远的点(带权值),所得到的一定是donfood即最远路径。-Using adjacency table records the ID stored villages and villages between the two weights. Using breadth search, use D<周嘉莉> 在 2025-06-07 上传 | 大小:1kb | 下载:0
[数据结构常用算法] EK
说明:ek最大流,求网络中可行的最大流量,返回该最大值-Feasible in ek maximum flow, network maximum flow, return to the maximum<liang xinglun> 在 2025-06-07 上传 | 大小:1kb | 下载:0
[数据结构常用算法] zuichanggonggongzichuan
说明:本代码描述了寻找两个字符串的最大公共子串问题,算法描述清楚,适合初学者。-This code describes the search for two strings greatest common subsequence problem, the algorithm clearly described, suitable for beginners.<sceleryhuang> 在 2025-06-07 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Hilbert_Curve
说明:将地理位置相邻的二维坐标,处理为队列的一维编号,实现空间降维。-The location adjacent to the two-dimensional coordinates, treated as one-dimensional queue number, spatial dimensionality reduction.<ht> 在 2025-06-07 上传 | 大小:1kb | 下载:0
[数据结构常用算法] lcs
说明:根据X和Y序列,利用动态规划计算出的所有LCS-The X and Y sequences is calculated using dynamic programming all LCS<shenjiayang> 在 2025-06-07 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Stack_Public_Interface
说明:< Mastering Algorithms with C>>的Stack公共接口-Stack public interface for <<Mastering Algorithms with C>><xushihao> 在 2025-06-07 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Chained-HashTable_Public_Interface
说明:< Mastering Algorithms with C>>链式哈希表的公共接口实现,所需的包含文件请下载本人的Singly-linked list公共接口-chained-hash table public interface for<<Mastering Algorithms with C>>,include files needed are available within my download-area<xushihao> 在 2025-06-07 上传 | 大小:1kb | 下载:0
[数据结构常用算法] mergeLinkList
说明:算法设计课程作业,按序合并两个有序链表。-Algorithm design course work, sequential merge two sorted linked list.<jason> 在 2025-06-07 上传 | 大小:1kb | 下载:0
[数据结构常用算法] element-position-of-maximum
说明:求数组最大元素的位置并输出数组下标-For the array element position of maximum<ITcxy> 在 2025-06-07 上传 | 大小:1kb | 下载:0