
字符串
文章平均质量分 86
xuejye
123
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
POJ - 3461 Oulipo(KMP)
题目链接:http://poj.org/problem?id=3461点击打开链接 Oulipo Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 44716 Accepted: 17889 Description The French author原创 2018-01-13 18:47:20 · 201 阅读 · 0 评论 -
POJ 3080 Blue Jeans (kmp)
题目链接:http://poj.org/problem?id=3080点击打开链接 Blue Jeans Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 19455 Accepted: 8657 Description The Genographi原创 2018-02-04 12:02:04 · 253 阅读 · 0 评论 -
HDU 4300 Clairewd’s message (kmp数组)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4300点击打开链接 Clairewd’s message Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 7958 Acc原创 2018-02-04 11:58:57 · 231 阅读 · 0 评论 -
HDU 3336 Count the string(kmp数组)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3336点击打开链接 Count the string Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 12288 Acce原创 2018-02-04 11:54:56 · 188 阅读 · 0 评论 -
POJ 2752 Seek the Name, Seek the Fame(kmp数组)
题目链接:http://poj.org/problem?id=2752点击打开链接 Seek the Name, Seek the Fame Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 21804 Accepted: 11407 Descri原创 2018-02-04 11:51:13 · 202 阅读 · 0 评论 -
POJ 2406 Power Strings (kmp数组)
题目链接:http://poj.org/problem?id=2406点击打开链接 Power Strings Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 53824 Accepted: 22425 Description Given two原创 2018-02-04 11:47:14 · 215 阅读 · 0 评论 -
HDU 1358 Period (kmp数组)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1358点击打开链接 Period Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 10191 Accepted Submi原创 2018-02-04 11:44:29 · 185 阅读 · 0 评论 -
KMP算法最浅显理解——一看就明白
说明 KMP算法看懂了觉得特别简单,思路很简单,看不懂之前,查各种资料,看的稀里糊涂,即使网上最简单的解释,依然看的稀里糊涂。 我花了半天时间,争取用最短的篇幅大致搞明白这玩意到底是啥。 这里不扯概念,只讲算法过程和代码理解: KMP算法求解什么类型问题 字符串匹配。给你两个字符串,寻找其中一个字符串是否包含另一个字符串,如果包含,返回包含的起始位置。 如下面两个字符转载 2018-01-09 15:50:18 · 394 阅读 · 1 评论 -
HDU - 1711 Number Sequence (KMP)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1711点击打开链接 Number Sequence Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 32430 Acce原创 2018-01-09 15:47:46 · 250 阅读 · 0 评论 -
字符串最大最小表示法
在百度文库里的一个ppt看到的 感觉不错 截图下来做记录吧 原文出自这个: 本人觉得比较有用的就是这些 里面还有将kmp的部分因为已经比较掌握就没有看了 具体网址戳点击打开链接原创 2018-01-30 22:45:47 · 384 阅读 · 0 评论 -
HDU - 1238 Substrings (kmp)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1238点击打开链接SubstringsTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 11429 Accepted Submission(...原创 2018-03-04 15:37:04 · 272 阅读 · 0 评论