<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>pco2699</author_name>
  <author_url>https://blog.hatena.ne.jp/pco2699/</author_url>
  <blog_title>pco2699’s blog</blog_title>
  <blog_url>https://blog.pco2699.net/</blog_url>
  <categories>
    <anon>LeetCode</anon>
  </categories>
  <description>問題 LeetCode 30-Day LeetCoding Challenge 26日目です。 ここまで一日も欠かさずやってますが、急激に飽きてきたので、解きがてら適当にブログにまとめてみることにしました。 leetcode.com 2つの最長共通文字列を見つけて、その数を返す問題です。 ポイントは最長連続文字列ではなく最長共通文字列な点です。 以下に具体的な違いを例として示します。 text1 = &quot;acde&quot;, text2 = &quot;ace&quot; 最長連続文字列: ac 最長共通文字列: ace 解き方 動的計画法を使います。 詳しくは以下の動画を参考にしましょう。（クソ雑） www.youtub…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.pco2699.net%2Fentry%2F2020%2F04%2F26%2F205117&quot; title=&quot; LeetCode: Longest Common Subsequenceを解く - pco2699’s blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/p/pco2699/20200426/20200426205043.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-04-26 20:51:17</published>
  <title> LeetCode: Longest Common Subsequenceを解く</title>
  <type>rich</type>
  <url>https://blog.pco2699.net/entry/2020/04/26/205117</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
