上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 36 下一页

2017年10月7日

HDU3001 Travelling —— 状压DP(三进制)

摘要: 题目链接:http://acm.split.hdu.edu.cn/showproblem.php?pid=3001 Travelling Time Limit: 6000/3000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)T 阅读全文

posted @ 2017-10-07 16:18 h_z_cong 阅读(291) 评论(0) 推荐(0) 编辑

2017年10月6日

POJ3616 Milking Time —— DP

摘要: 题目链接:http://poj.org/problem?id=3616 Milking Time Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 10819 Accepted: 4556 Description Bessie is 阅读全文

posted @ 2017-10-06 11:22 h_z_cong 阅读(177) 评论(0) 推荐(0) 编辑

POJ3186 Treats for the Cows —— DP

摘要: 题目链接:http://poj.org/problem?id=3186 Treats for the Cows Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 6548 Accepted: 3446 Description FJ 阅读全文

posted @ 2017-10-06 11:17 h_z_cong 阅读(205) 评论(0) 推荐(0) 编辑

HDU1074 Doing Homework —— 状压DP

摘要: 题目链接:http://acm.split.hdu.edu.cn/showproblem.php?pid=1074 Doing Homework Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Othe 阅读全文

posted @ 2017-10-06 11:14 h_z_cong 阅读(300) 评论(0) 推荐(0) 编辑

POJ1661 Help Jimmy —— DP

摘要: 题目链接:http://poj.org/problem?id=1661 Help Jimmy Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 12537 Accepted: 4160 Description "Help Jimmy 阅读全文

posted @ 2017-10-06 11:11 h_z_cong 阅读(266) 评论(0) 推荐(0) 编辑

2017年10月3日

HDU1260 Tickets —— DP

摘要: 题目链接:http://acm.split.hdu.edu.cn/showproblem.php?pid=1260 Tickets Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Tota 阅读全文

posted @ 2017-10-03 21:50 h_z_cong 阅读(214) 评论(0) 推荐(0) 编辑

HDU1176 免费馅饼 —— DP

摘要: 题目链接:http://acm.split.hdu.edu.cn/showproblem.php?pid=1176 免费馅饼 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total S 阅读全文

posted @ 2017-10-03 21:42 h_z_cong 阅读(247) 评论(0) 推荐(0) 编辑

HDU1114 Piggy-Bank —— DP 完全背包

摘要: 题目链接:http://acm.split.hdu.edu.cn/showproblem.php?pid=1114 Piggy-Bank Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)T 阅读全文

posted @ 2017-10-03 21:32 h_z_cong 阅读(281) 评论(0) 推荐(0) 编辑

HDU1087 Super Jumping! Jumping! Jumping! —— DP

摘要: 题目链接:http://acm.split.hdu.edu.cn/showproblem.php?pid=1087 Super Jumping! Jumping! Jumping! Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/ 阅读全文

posted @ 2017-10-03 21:28 h_z_cong 阅读(185) 评论(0) 推荐(0) 编辑

POJ1458 Common Subsequence —— DP 最长公共子序列(LCS)

摘要: 题目链接:http://poj.org/problem?id=1458 Common Subsequence Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 55099 Accepted: 22973 Description A 阅读全文

posted @ 2017-10-03 21:20 h_z_cong 阅读(166) 评论(0) 推荐(0) 编辑

POJ2533 Longest Ordered Subsequence —— DP 最长上升子序列(LIS)

摘要: 题目链接:http://poj.org/problem?id=2533 Longest Ordered Subsequence Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 55459 Accepted: 24864 Descr 阅读全文

posted @ 2017-10-03 21:17 h_z_cong 阅读(202) 评论(0) 推荐(0) 编辑

HDU1160 FatMouse's Speed —— DP

摘要: 题目链接:http://acm.split.hdu.edu.cn/showproblem.php?pid=1160 FatMouse's Speed Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Ot 阅读全文

posted @ 2017-10-03 20:37 h_z_cong 阅读(629) 评论(0) 推荐(0) 编辑

2017年10月2日

HDU1069 Monkey and Banana —— DP

摘要: 题目链接:http://acm.split.hdu.edu.cn/showproblem.php?pid=1069 Monkey and Banana Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/O 阅读全文

posted @ 2017-10-02 17:08 h_z_cong 阅读(275) 评论(0) 推荐(0) 编辑

HDU1024 Max Sum Plus Plus —— DP + 滚动数组

摘要: 题目链接:http://acm.split.hdu.edu.cn/showproblem.php?pid=1024 Max Sum Plus Plus Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/O 阅读全文

posted @ 2017-10-02 17:04 h_z_cong 阅读(208) 评论(0) 推荐(0) 编辑

HDU1257 最少拦截系统 —— 贪心

摘要: 题目链接:http://acm.split.hdu.edu.cn/showproblem.php?pid=1257 最少拦截系统 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total 阅读全文

posted @ 2017-10-02 17:02 h_z_cong 阅读(277) 评论(0) 推荐(0) 编辑

上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 36 下一页

导航