<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>delaemon</author_name>
  <author_url>https://blog.hatena.ne.jp/delaemon/</author_url>
  <blog_title>デラエモン、カイハツニッキ</blog_title>
  <blog_url>https://delaemon.hatenadiary.org/</blog_url>
  <categories>
    <anon>C/C++</anon>
    <anon>アルゴリズム</anon>
  </categories>
  <description>単純挿入ソートはほとんど整列が終わっているデータに対して効率が良い。 安定ソート。内部ソート。基本挿入法ともいう。 [平均計算時間] O(n2) [最悪計算時間] O(n2) [insertion_sort.c] #include &lt;stdio.h&gt; #include &lt;stdlib.h&gt; #include &lt;time.h&gt; #define N 10 /* データ件数 */ int sort[N]; int count; void InsertSort(void); void output(void); void InsertSort(void){ int i, sorted, temp, i…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdelaemon.hatenadiary.org%2Fentry%2F20111221%2F1324423661&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-12-21 08:27:41</published>
  <title> アルゴリズムとデータ構造：単純挿入ソート</title>
  <type>rich</type>
  <url>https://delaemon.hatenadiary.org/entry/20111221/1324423661</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
