<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>togattti1990</author_name>
  <author_url>https://blog.hatena.ne.jp/togattti1990/</author_url>
  <blog_title>togatttiのエンジニアメモ</blog_title>
  <blog_url>https://togattti.hateblo.jp/</blog_url>
  <categories>
    <anon>PHP</anon>
    <anon>Algorithm</anon>
  </categories>
  <description>PHPでマージソートを書き、その処理を追ってみた。 コード 出力結果 流れ mergesortは与えられた配列を$leftと$rightに分割する、その処理は内部で再帰的に呼び出され 配列の要素は一旦最小単位(1つ)になる。 その後、隣り合うそれぞれの単位を交互に比較し、並び替えながら、順番通りにマージしていく。 最小単位に分割される前、 (5,1,2,3,6,4) 最小単位に分割された後、 (5),(1),(2),(6),(3),(4) マージ開始 マージを繰り返すごとにまとまりになっていくことがわかる。 (5),(1,2),(6),(3),(4) (1,2,5)(6),(3),(4) (1…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftogattti.hateblo.jp%2Fentry%2F2013%2F12%2F22%2F091449&quot; title=&quot;マージソートの処理の流れを追ってみた - togatttiのエンジニアメモ&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-12-22 09:14:49</published>
  <title>マージソートの処理の流れを追ってみた</title>
  <type>rich</type>
  <url>https://togattti.hateblo.jp/entry/2013/12/22/091449</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
