<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fortran66</author_name>
  <author_url>https://blog.hatena.ne.jp/fortran66/</author_url>
  <blog_title>fortran66のブログ</blog_title>
  <blog_url>https://fortran66.hatenablog.com/</blog_url>
  <categories>
    <anon>Fortran95</anon>
  </categories>
  <description>少し改良。配列のサイクリックシフトで。 module m_isort2 implicit none contains subroutine isort2y( x ) real, intent(in out) :: x(:) integer :: j, k, n n = size(x) if (n &lt;= 1) return do k = n - 1, 1, -1 do j = k + 1, n if ( x(k) &lt; x(j) ) exit end do x(k:j - 1) = cshift( x(k:j - 1), 1 ) end do return end subroutine isort…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffortran66.hatenablog.com%2Fentry%2F20111031%2F1320048690&quot; title=&quot;挿入ソート - fortran66のブログ&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-10-31 17:11:30</published>
  <title>挿入ソート</title>
  <type>rich</type>
  <url>https://fortran66.hatenablog.com/entry/20111031/1320048690</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
