<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Guess the algorithm</title>
	<atom:link href="http://www.redcode.nl/blog/2010/01/guess-the-algorithm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redcode.nl/blog/2010/01/guess-the-algorithm/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=guess-the-algorithm</link>
	<description>Java, algorithms, math and more</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:06:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: John</title>
		<link>http://www.redcode.nl/blog/2010/01/guess-the-algorithm/comment-page-1/#comment-74</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 25 Jan 2010 18:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcode.nl/?p=308#comment-74</guid>
		<description>We used to use this algorithm to multiply on 8 bit CPUs :-)</description>
		<content:encoded><![CDATA[<p>We used to use this algorithm to multiply on 8 bit CPUs :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill the Lizard</title>
		<link>http://www.redcode.nl/blog/2010/01/guess-the-algorithm/comment-page-1/#comment-73</link>
		<dc:creator>Bill the Lizard</dc:creator>
		<pubDate>Mon, 25 Jan 2010 15:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcode.nl/?p=308#comment-73</guid>
		<description>This is an excellent idea for a programming puzzle!  The function multiplies x and y using the Shift and Add algorithm.  There is another algorithm, which goes by a few different names, that reduces to the Shift and Add algorithm.  You may know it as Binary Multiplication, Egyptian Multiplication, or (Russian) Peasant Multiplication.</description>
		<content:encoded><![CDATA[<p>This is an excellent idea for a programming puzzle!  The function multiplies x and y using the Shift and Add algorithm.  There is another algorithm, which goes by a few different names, that reduces to the Shift and Add algorithm.  You may know it as Binary Multiplication, Egyptian Multiplication, or (Russian) Peasant Multiplication.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Thijssen</title>
		<link>http://www.redcode.nl/blog/2010/01/guess-the-algorithm/comment-page-1/#comment-72</link>
		<dc:creator>Ron Thijssen</dc:creator>
		<pubDate>Mon, 25 Jan 2010 15:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.redcode.nl/?p=308#comment-72</guid>
		<description>Multiply! :D</description>
		<content:encoded><![CDATA[<p>Multiply! :D</p>
]]></content:encoded>
	</item>
</channel>
</rss>

