会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
<Dash>
博客园
首页
新随笔
联系
订阅
管理
2015年7月5日
poj 3974 分类: poj templates 2015-07-05 22:24 18人阅读 评论(0) 收藏
摘要: Manacher算法, 用来解决 最长回文子串 一类问题,俗称马拉车算法,时间复杂度 O(n)#include#include#include#include#includeconst int maxl = 1000005;const char end[5] = "END";#def...
阅读全文
posted @ 2015-07-05 22:24 <Dash>
阅读(113)
评论(0)
推荐(0)
编辑
公告