<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>takeda25</author_name>
  <author_url>https://blog.hatena.ne.jp/takeda25/</author_url>
  <blog_title>アスペ日記</blog_title>
  <blog_url>https://takeda25.hatenablog.jp/</blog_url>
  <categories>
  </categories>
  <description>人生初勉強会。 やったのは counting sort と radix sort。 この二つは書いたことがなかったので、Python で超手抜きに書いてみた。https://gist.github.com/1395308 base = 10 def radix_sort(x, max): radix = 1 while radix &lt; max: x = counting_sort(x, radix) radix *= base return x def counting_sort(a, radix): c = [0] * base for k in a: r = (k / radix) % b…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakeda25.hatenablog.jp%2Fentry%2F20111126%2F1322318080&quot; title=&quot;第12回アルゴリズム勉強会に行ってきました - アスペ日記&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-11-26 23:34:40</published>
  <title>第12回アルゴリズム勉強会に行ってきました</title>
  <type>rich</type>
  <url>https://takeda25.hatenablog.jp/entry/20111126/1322318080</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
