<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yaneurao</author_name>
  <author_url>https://blog.hatena.ne.jp/yaneurao/</author_url>
  <blog_title>やねうらおブログ(移転しました)</blog_title>
  <blog_url>https://yaneurao.hatenadiary.com/</blog_url>
  <categories>
    <anon>program</anon>
  </categories>
  <description>insertion sortは「挿入ソート」と訳される。(Wikipedia→ http://ja.wikipedia.org/wiki/%E6%8C%BF%E5%85%A5%E3%82%BD%E3%83%BC%E3%83%88 ) ■ 日本語版 Wikipediaの日本語のページのコードを引用すると次のようになっている。 for (i = 1; i &lt; n; i++) { tmp = data[i]; for (j = i; j &gt; 0 &amp;&amp; data[j-1] &gt; tmp; j--) { data[j] = data[j-1]; } data[j] = tmp; }上のコードでは、内側のル…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyaneurao.hatenadiary.com%2Fentry%2F20091126%2Fp1&quot; title=&quot; 広く知られているinsertion sortのコードは駄目すぎる - やねうらおブログ(移転しました)&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>2009-11-26 00:00:00</published>
  <title> 広く知られているinsertion sortのコードは駄目すぎる</title>
  <type>rich</type>
  <url>https://yaneurao.hatenadiary.com/entry/20091126/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
