## 背景算法
該算法用於求字符串的最長迴文子串長度。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