会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
LasNoire
博客园
首页
新随笔
联系
订阅
管理
2016年7月30日
HDU1686 KMP模板
摘要: 仍旧是裸的字符串匹配可以拿来熟悉下字符串匹配问题,我是用来熟悉KMP的。
阅读全文
posted @ 2016-07-30 19:59 LasNoire
阅读(161)
评论(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
阅读(107)
评论(0)
推荐(0)
编辑
公告