## 背景

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

## 参考文章

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

>[Manacher's Algorithm](https://www.hackerrank.com/topics/manachers-algorithm),该文包含几种情况的证明,可深入了解

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

 

相关文章:

  • 2021-12-04
  • 2021-12-31
  • 2021-07-24
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-13
  • 2021-10-23
  • 2021-08-04
  • 2021-12-03
  • 2021-07-02
  • 2022-12-23
相关资源
相似解决方案