<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hello World!!&#187; Algorithm</title>
	<atom:link href="http://bhags.org/?cat=85&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://bhags.org</link>
	<description>Welcome to Sinyu&#039;s  site</description>
	<lastBuildDate>Mon, 06 Nov 2017 04:17:27 +0000</lastBuildDate>
	<language>ja</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.1</generator>
	<item>
		<title>最適化のために参考になるアルゴリズム</title>
		<link>http://bhags.org/?p=970</link>
		<comments>http://bhags.org/?p=970#comments</comments>
		<pubDate>Sun, 06 Dec 2015 03:26:07 +0000</pubDate>
		<dc:creator><![CDATA[bhags]]></dc:creator>
				<category><![CDATA[Algorithm]]></category>

		<guid isPermaLink="false">http://bhags.org/?p=970</guid>
		<description><![CDATA[Karatsuba 法による乗算 n 桁の乗算を行うには &#927;(n2) の計算量が必要[...]]]></description>
				<content:encoded><![CDATA[<ul>
<li>
<h3>Karatsuba 法による乗算 </h3>
<ul>
<li><i>n</i> 桁の乗算を行うには <i>&Omicron;</i>(<i>n</i><sup>2</sup>) の計算量が必要であるが、Karatsuba法では <i>&Omicron;</i>(<i>n</i><sup>log<sub>2</sub>3</sup>)で可能</li>
<li><a href="http://www.finetune.co.jp/~lyuka/technote/fract/bmul.html" target="_blank">http://www.finetune.co.jp/~lyuka/technote/fract/bmul.html</a></li>
</li>
</ul>
<li>
<h3>バケットSort</h3>
<ul>
<li>一般にソートは<i>&Omicron;</i>(<i>n</i>log<i>n</i>)が必要だが制限付きで<i>&Omicron;</i>(<i>n</i>)で実現する</p>
<li><a href="https://ja.wikipedia.org/wiki/%E3%83%90%E3%82%B1%E3%83%83%E3%83%88%E3%82%BD%E3%83%BC%E3%83%88" target="_blank">Wiki バケットSort</a>
    </ul>
<li>
<h3>Consistent hashing</h3>
<ul>
<li>コンシステントハッシュ法 (Consistent hashing) はスロットの追加や削除に対して、最小限のキーのスロットへのマッピングの変更で、ハッシュテーブルの機能を提供することのできる特殊なハッシュ法。</p>
<li><a href="http://www.hyuki.com/yukiwiki/wiki.cgi?ConsistentHashing" target="_blank">http://www.hyuki.com/yukiwiki/wiki.cgi?ConsistentHashing</a>
   </ul>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bhags.org/?feed=rss2&#038;p=970</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
