会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
LasNoire
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
字符串匹配
HDU1686 KMP模板
摘要:仍旧是裸的字符串匹配可以拿来熟悉下字符串匹配问题,我是用来熟悉KMP的。
阅读全文
posted @
2016-07-30 19:59
LasNoire
阅读(169)
评论(0)
推荐(0)
HDU1711-Number Sequence
摘要:字符串匹配模板题。KMP的话,我觉得算导上的讲解与证明很清晰,代码也很工整简洁,很好理解。 #include<iostream> #include<cstring> #include<cstdio> using namespace std; const int N = 1e6+5; const in
阅读全文
posted @
2016-07-30 19:33
LasNoire
阅读(118)
评论(0)
推荐(0)
公告