<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sile</author_name>
  <author_url>https://blog.hatena.ne.jp/sile/</author_url>
  <blog_title>sileのブログ</blog_title>
  <blog_url>https://sile.hatenablog.jp/</blog_url>
  <categories>
    <anon>common lisp</anon>
    <anon>algorithm</anon>
  </categories>
  <description>クイックソートの内部ループには(自分が知っている限りでは)二種類あるな、とふと思ったので、思い出して書いてみた。 ;;; 補助マクロ/関数 ;; whileループ (defmacro while (exp &amp;body body) `(loop WHILE ,exp DO (locally ,@body))) ;; 配列をシャッフル (defun shuffle (ary) (loop REPEAT 2 DO (loop FOR i FROM 0 BELOW (length ary) DO (rotatef (aref ary i) (aref ary (random (length ary))…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsile.hatenablog.jp%2Fentry%2F20100930%2F1285854911&quot; title=&quot; クイックソートの内部ループ - sileのブログ&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>2010-09-30 22:55:11</published>
  <title> クイックソートの内部ループ</title>
  <type>rich</type>
  <url>https://sile.hatenablog.jp/entry/20100930/1285854911</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
