<?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>Redcode &#187; guess</title>
	<atom:link href="http://www.redcode.nl/blog/tag/guess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redcode.nl</link>
	<description>Java, algorithms, math and more</description>
	<lastBuildDate>Fri, 30 Dec 2011 12:21:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Guess the algorithm</title>
		<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>
		<comments>http://www.redcode.nl/blog/2010/01/guess-the-algorithm/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 20:54:24 +0000</pubDate>
		<dc:creator>royvanrijn</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Java Programming]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[guess]]></category>

		<guid isPermaLink="false">http://www.redcode.nl/?p=308</guid>
		<description><![CDATA[<p>Yesterday I found and programmed a nice little algorithm. I&#8217;m not going to tell you (yet) what it does and how its called, but I&#8217;ll just show the code:</p> private int function(int x, int y) { int r = 0; while(x!=0) { if((x&#038;1)==1) { r+=y; } x&#62;&#62;&#62;=1; y&#60;&#60;=1; } return r; } <p>So tell me, [...]]]></description>
		<wfw:commentRss>http://www.redcode.nl/blog/2010/01/guess-the-algorithm/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

