2017年11月19日

HDU2594 Simpsons’ Hidden Talents —— KMP next数组

摘要: 题目链接:https://vjudge.net/problem/HDU-2594 Simpsons’ Hidden Talents Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Tota 阅读全文

posted @ 2017-11-19 18:40 h_z_cong 阅读(201) 评论(0) 推荐(0) 编辑

POJ3080 Blue Jeans —— 暴力枚举 + KMP / strstr()

摘要: 题目链接:https://vjudge.net/problem/POJ-3080 Blue Jeans Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 19152 Accepted: 8524 Description The Ge 阅读全文

posted @ 2017-11-19 18:38 h_z_cong 阅读(309) 评论(0) 推荐(0) 编辑

POJ2752 Seek the Name, Seek the Fame —— KMP next数组

摘要: 题目链接:https://vjudge.net/problem/POJ-2752 Seek the Name, Seek the Fame Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 21220 Accepted: 11065 阅读全文

posted @ 2017-11-19 18:34 h_z_cong 阅读(175) 评论(0) 推荐(0) 编辑

POJ2406 Power Strings —— KMP or 后缀数组 最小循环节

摘要: 题目链接:https://vjudge.net/problem/POJ-2406 Power Strings Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 52631 Accepted: 21921 Description Gi 阅读全文

posted @ 2017-11-19 18:32 h_z_cong 阅读(234) 评论(0) 推荐(0) 编辑

HDU1358 Period —— KMP 最小循环节

摘要: 题目链接:https://vjudge.net/problem/HDU-1358 Period Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 9 阅读全文

posted @ 2017-11-19 18:15 h_z_cong 阅读(176) 评论(0) 推荐(0) 编辑

HDU3746 Cyclic Nacklace —— KMP 最小循环节

摘要: 题目链接:https://vjudge.net/problem/HDU-3746 Cyclic Nacklace Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submiss 阅读全文

posted @ 2017-11-19 18:12 h_z_cong 阅读(251) 评论(0) 推荐(0) 编辑

导航