
<?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>All My Brain &#187; A*</title>
	<atom:link href="http://allmybrain.com/tag/a/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmybrain.com</link>
	<description>Where stuff from my brain lands</description>
	<lastBuildDate>Sat, 10 Jul 2010 17:08:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>The Difference Between Dijkstra&#8217;s Algorithm and A*</title>
		<link>http://allmybrain.com/2008/06/02/the-difference-between-dijkstras-algorithm-and-a/</link>
		<comments>http://allmybrain.com/2008/06/02/the-difference-between-dijkstras-algorithm-and-a/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 13:10:55 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[A*]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Dijkstra]]></category>
		<category><![CDATA[programming challenge]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=95</guid>
		<description><![CDATA[Over the last couple weeks, I've had an interest in brushing up my C++ skills. Friday, I came across a programming challenge that looked somewhat interesting and I thought I'd give it a shot. The object was to find the lowest cost route between 10 cities encoded in a map of integers. Each integer represented [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/06/02/the-difference-between-dijkstras-algorithm-and-a/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
