搜索资源列表
ACMcode
- acm pku的经典题目的代码和思路,包括了DP问题,贪心,回溯,等等都是很经典的题目
2385_DP
- ACM pku 2385 解题报告 DP题
DP
- ACM.. 动态规划讲义从入门到精通,动态规划在程设中是很重要的一种算法
missileProblem
- acm防御导弹问题详细解答,所用方法为dp 和greedy algorithm,完整的解决了这个问题。
TIANJISAIMA
- 田忌赛马 acm 试题! 采用了贪心算法! 还加了DP
ZOJ_twf
- 解决了acm.zju.edu.cn上若干道算法题 其中有dp, 字符串处理, 计算几何等内容 希望与大家共同学习
JSUcode
- ACM代码总结 经过了一段时间的努力,我再Pku上也算是有了一个阶段性的总结拉,下面是我就这段时间搞ACM来的一些代码的总结,具体的一些题目类型的总结看本Blog的相关文章。 huicpc26 ACM_PKU 代码总结 1、DP(动态规划) /*1080-HumanGeneFunctions.cpp*/ 观察题目给出的一个最优解: AGTGATG -GTTA-G 将其从某一处切开,如果左边部分的分值不是最大,那么将其进行调整,使其分
dp
- 动态规划教案,对于ACM初学者十分有价值-Dynamic programming lesson plans very valuable for beginners ACM
PKU1655
- PKU1655解题报告 动态规划算法、dp算法、ACM题-PKU1655 dynamic programming algorithm for solving the report, dp algorithm, ACM title
Zoozy090322
- ACM Templates, including useful Algorithms, Graph, Math, DP, Search, Data Structures and so on
IslandsandBridges
- Shanghai 2004 ACM ICPC world final Islands and Bridges 状态DP+汉密尔顿回路-Shanghai 2004 ACM ICPC world final Islands and Bridges State DP+ Hamilton circuit
DP
- ACM,DP有关资料,包括历届ACM夏令营的论文以及题目代码等-ACM, DP related information, including previous papers and the subject of summer camps ACM code, etc.
ural-1519-PlugDP
- 插头DP模板,一类二进制状态压缩DP,适用于ACM比赛时使用的模板-Plug DP template, a class of binary state of compression DP, ACM competition for the use of templates
acm-DP
- ACM 动态规划专题总结。。有好多例题什么的可以自己-ACM dynamic programming topic summary. .
ACM-dp
- 关于ACM竞赛中经常出现的动态规划dp模板,有最大k段和,最大子段和-Dynamic programming dp template that often appear in ACM contest, the largest k segments, the largest sub-segment, and so on
dp-problem
- 这个包括了 ACM比赛中 经常会用到的动态递归算法的一些经典例题,例如背包问题,最长公共子序列等的源代码-This includes the classic example of the dynamic recursive algorithm is often used in the ACM competition, such as the knapsack problem, the longest common subsequence such as source code
1159-dp
- ACM竞赛时写的最长公共子串算法,效率高,代码可读性好,适合学习-When the ACM contest to write the longest common substring algorithms, high efficiency, good readability of the code, for learning
背包九讲-2.0
- 背包九讲,主要讲述DP相关的背包算法以备大家参考(Knapsack nine lectures, mainly about DP related knapsack algorithm, for your reference)
0031BZOJ4502
- BZOJ4502题目解题代码,运用AC自动机,并按照匹配顺序,考虑失配关系,在自动机上dp(solution os BZOJ4502)
背包九讲
- 经典DP 背包问题,九讲背包入门,适合新手或入门者学习动态规划(The classic DP knapsack problem, the introduction of knapsack, is suitable for beginners or beginners to learn dynamic programming.)