算法
文章平均质量分 71
ghuadong
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
最长回文子串——Manacher算法
附上最易理解的Manacher算法讲解http://m.blog.youkuaiyun.com/article/details?id=42061017以及我理解的Manacher算法:该算法的思想是从中心向两边探索回文,并标记之前探索的回文右边最远的字符的下标原创 2016-04-24 14:55:50 · 367 阅读 · 0 评论 -
LeetCode(8) String To Integer(atoi)
题目如下:String to Integer (atoi) Implement atoi to convert a string to an integer.Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask you原创 2016-06-11 11:07:23 · 325 阅读 · 0 评论
分享