资源列表
[数据结构常用算法] largest-sub-matrix
说明:最大子矩阵和 求一个n*m矩形的最大子矩形和 子矩形的规格为x*y-hdu1559 largest sub-matrix and Seeking a n* m rectangular sub-rectangular and sub-rectangular specifications for x* y<> 在 2024-12-24 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Hand-in-Hand
说明:/*题意:判断两幅图是否同构 图中即判断图中环和链的个数是否相同 环和链是否一一相对应 利用并查集 一个集合中若人数num[]和拉手对手p[]相等 则为环,num[]==p[]+1则为链*/-/* The meaning of problems: to determine whether the two images with a composition that judge whether each of the correspo<> 在 2024-12-24 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Catch-the-Thief
说明:Catch the Thief,acm竞赛题,基础类型的题目。-Catch the Thief, acm contest problems, basic types of topics.<> 在 2024-12-24 上传 | 大小:1kb | 下载:0
[数据结构常用算法] To-Miss-Our-Children-Time-DP
说明:/*hdu4001To Miss Our Children Time DP 每块积木有四个参数a(长),b(宽),c(高),d(属性) d==0 它下面的积木为X a>=X.a b>=X.b d==1 a>=X.a b>=X.b&&(a>X.a||b>X.b) d==2 a>X.a&&b>X.b 所以先按长从小到大 再宽从小到大 属性从大到小排序 f[i]表示以第i<> 在 2024-12-24 上传 | 大小:1kb | 下载:0
[数据结构常用算法] The-NO.k-number
说明:用堆排序求第k大的数,时间复杂度课达到O(nlog(2)k)-The k-heap sort and time complexity class of O (nlog (2) k)<jingjie> 在 2024-12-24 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Use-KMP-to-judge-string-match
说明:用KMP算法判断正则表达式是否匹配,“?”匹配任意字符,“*”匹配一个或多个任意字符-KMP algorithm to determine whether the regular expression match, " ?" Matches any character, " *" matches one or more arbitrary characters<jingjie> 在 2024-12-24 上传 | 大小:1kb | 下载:0
[数据结构常用算法] main_MatrixMul
说明:矩阵乘法问题动态规划代码。 可参见博客:http://blog.csdn.net/xiaowei_cqu/article/details/8181215-Matrix multiplication problem solution using dynamic programing<小魏> 在 2024-12-24 上传 | 大小:1kb | 下载:0
[数据结构常用算法] gaussseidel-and-sor
说明:Gaussseidel程序和sor程序,用于数值代数算法之中。-Gaussseidel sor<颜寒笑> 在 2024-12-24 上传 | 大小:1kb | 下载:0
[数据结构常用算法] bubble-sort
说明:排序算法 冒泡排序法 此算法非常适合用于初学数据结构的人 是十大经典排序算法之一-Sorting algorithm bubble sort method for this algorithm is very suitable for the beginner data structure is one of the top ten classic sorting algorithms<满达> 在 2024-12-24 上传 | 大小:1kb | 下载:0