<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yasutomo57jp</author_name>
  <author_url>https://blog.hatena.ne.jp/yasutomo57jp/</author_url>
  <blog_title>ブログ（笑）</blog_title>
  <blog_url>https://yasutomo57jp.hatenadiary.org/</blog_url>
  <categories>
    <anon>プログラミング</anon>
    <anon>Sorting</anon>
  </categories>
  <description>隣り合うものの大小を比較して，交換する． 5 4 3 6 2が入力された場合， 4 5 3 6 2 4 3 5 6 2 4 3 5 6 2 4 3 5 2 6 n(=4)回の処理でこうなる．これで，最大の要素が最後尾にくる． 次に，同じことを，最後から2番目の要素までに対して適用する． 3 4 5 2 6 3 4 5 2 6 3 4 2 5 6 n-1回の処理が行われる．これを繰り返して， 3 4 2 5 6 3 2 4 5 6 2 3 4 5 6 でトータルn(n-1)/2回の処理でループが完了する．</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyasutomo57jp.hatenadiary.org%2Fentry%2F20080819%2F1219139360&quot; title=&quot;BubbleSort（バブルソート：基本交換法） - ブログ（笑）&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>2008-08-19 18:49:20</published>
  <title>BubbleSort（バブルソート：基本交換法）</title>
  <type>rich</type>
  <url>https://yasutomo57jp.hatenadiary.org/entry/20080819/1219139360</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
