<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>最长回文子串 on Bad Fd</title>
    <link>/tags/%E6%9C%80%E9%95%BF%E5%9B%9E%E6%96%87%E5%AD%90%E4%B8%B2/</link>
    <description>Recent content in 最长回文子串 on Bad Fd</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <lastBuildDate>Sat, 01 Dec 2018 21:26:49 +0800</lastBuildDate><atom:link href="/tags/%E6%9C%80%E9%95%BF%E5%9B%9E%E6%96%87%E5%AD%90%E4%B8%B2/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>算法笔记： 最长回文子串</title>
      <link>/posts/algmnotes-longestpalindrome/</link>
      <pubDate>Sat, 01 Dec 2018 21:26:49 +0800</pubDate>
      
      <guid>/posts/algmnotes-longestpalindrome/</guid>
      <description>&lt;p&gt;这是读书时一篇旧文搬运.几年后再次回顾下算法.&lt;/p&gt;
&lt;h3 id=&#34;描述&#34;&gt;描述&lt;/h3&gt;
&lt;p&gt;给定一个串，求它的最长回文子串。&lt;/p&gt;
&lt;h3 id=&#34;dp思路&#34;&gt;DP思路&lt;/h3&gt;
&lt;p&gt;DP的关键是梳理出问题与子问题的关系。&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
