<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yuyubu</author_name>
  <author_url>https://blog.hatena.ne.jp/yuyubu/</author_url>
  <blog_title>誰にも見えないブログ</blog_title>
  <blog_url>https://yuyubu-sub.hateblo.jp/</blog_url>
  <categories>
    <anon>algorithm</anon>
    <anon>勉強メモ</anon>
  </categories>
  <description>CS勉強するのは割に合わないとかいってる舌の根も乾かぬうちにアルゴリズムを勉強していく回です。 分割統治 概要 分割:問題のサイズを分ける 統治:分けた問題を再帰的に解く 結合:部分問題を結合し元の問題の解を得る 直接解いた方が早い場合は直接問題を解く 再起段階:部分問題に分割して再帰的に解いた方が良い問題規模のこと 基底:分割問題をこれ以上再帰処理する必要がない程度に小さいサイズのこと。 漸化式 ”ある入力に対する関数値をそれより小さな愛入力に対する関数値を用いて記述する等式又は不等式”(p54) 分割統治と協力関係にある 例:マージソートの場合 T(n) :n=1の時 :n&gt;1のとき 漸化…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyuyubu-sub.hateblo.jp%2Fentry%2F2020%2F01%2F04%2Falgorithm5&quot; title=&quot;今日のアルゴリズム:分割統治,最大部分配列問題 - 誰にも見えないブログ&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://images-fe.ssl-images-amazon.com/images/I/510SEnzHpbL._SL160_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-01-04 23:34:14</published>
  <title>今日のアルゴリズム:分割統治,最大部分配列問題</title>
  <type>rich</type>
  <url>https://yuyubu-sub.hateblo.jp/entry/2020/01/04/algorithm5</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
