<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Manacher - 标签 - 五岁博客</title>
        <link>https://fiveyoboy.com/tags/manacher/</link>
        <description>Manacher - 标签 - 五岁博客</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>fiveyoboy@qq.com (五岁博客)</managingEditor>
            <webMaster>fiveyoboy@qq.com (五岁博客)</webMaster><lastBuildDate>Sat, 29 Aug 2026 00:00:00 &#43;0000</lastBuildDate><atom:link href="https://fiveyoboy.com/tags/manacher/" rel="self" type="application/rss+xml" /><item>
    <title>最长回文子串怎么解？四种 Go 写法从暴力到 Manacher</title>
    <link>https://fiveyoboy.com/articles/longest-palindromic-substring-go/</link>
    <pubDate>Sat, 29 Aug 2026 00:00:00 &#43;0000</pubDate>
    <author>五岁博客</author>
    <guid>https://fiveyoboy.com/articles/longest-palindromic-substring-go/</guid>
    <description><![CDATA[<p>给你一个字符串 <code>s</code>，要找出里面最长的那段回文子串。</p>
<p>这就是 LeetCode 第 5 题，面试里出现频率很高。</p>
<p>先说清楚两个容易混的概念。</p>
<p>子串是连续的，子序列可以不连续，这题要的是<strong>连续</strong>子串。</p>]]></description>
</item>
</channel>
</rss>
