Manacher's Algorithm(马拉车算法)

## 背景算法

该算法用于求字符串的最长回文子串长度。segmentfault

## 参考文章code

>[最长回文子串——Manacher 算法](https://segmentfault.com/a/1190000003914228),该文浅显易懂,重点推荐leetcode

>[Manacher's Algorithm](https://www.hackerrank.com/topics/manachers-algorithm),该文包含几种状况的证实,可深刻了解字符串

>[leetcode相关的一篇文章](http://windliang.cc/2018/08/05/leetCode-5-Longest-Palindromic-Substring/)string

相关文章
相关标签/搜索