<?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: Solving mazes using Python: Simple recursivity and A* search</title>
	<atom:link href="http://www.laurentluce.com/posts/solving-mazes-using-python-simple-recursivity-and-a-search/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.laurentluce.com/posts/solving-mazes-using-python-simple-recursivity-and-a-search/</link>
	<description>Technical blog on web technologies</description>
	<lastBuildDate>Tue, 16 Apr 2013 20:05:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Laurent Luce</title>
		<link>http://www.laurentluce.com/posts/solving-mazes-using-python-simple-recursivity-and-a-search/comment-page-1/#comment-29411</link>
		<dc:creator>Laurent Luce</dc:creator>
		<pubDate>Sun, 12 Aug 2012 21:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurentluce.com/?p=264#comment-29411</guid>
		<description><![CDATA[@Markus: Thanks for noticing this bug in the code. I updated the post.]]></description>
		<content:encoded><![CDATA[<p>@Markus: Thanks for noticing this bug in the code. I updated the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus</title>
		<link>http://www.laurentluce.com/posts/solving-mazes-using-python-simple-recursivity-and-a-search/comment-page-1/#comment-28261</link>
		<dc:creator>Markus</dc:creator>
		<pubDate>Fri, 27 Jul 2012 11:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurentluce.com/?p=264#comment-28261</guid>
		<description><![CDATA[Hello,

Thanks for this great tutorial. It really helped me understand the A* method. I know this post is now more than a year old, but I followed it now and noticed something that maybe I do not understand right or might be interesting for others to know:

In the process function on line 17, I think that &#039;if c in self.op:&#039; can never be true since self.op is actually a list of tuples, not a list of cell objects. This leads to the same cell being added multiple times to the open list and eventually slows the algorithm down or even creates an infinity loop in some situations. Am I missing something here or is this really a bug?]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thanks for this great tutorial. It really helped me understand the A* method. I know this post is now more than a year old, but I followed it now and noticed something that maybe I do not understand right or might be interesting for others to know:</p>
<p>In the process function on line 17, I think that &#8216;if c in self.op:&#8217; can never be true since self.op is actually a list of tuples, not a list of cell objects. This leads to the same cell being added multiple times to the open list and eventually slows the algorithm down or even creates an infinity loop in some situations. Am I missing something here or is this really a bug?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasanna</title>
		<link>http://www.laurentluce.com/posts/solving-mazes-using-python-simple-recursivity-and-a-search/comment-page-1/#comment-7220</link>
		<dc:creator>Prasanna</dc:creator>
		<pubDate>Tue, 01 Nov 2011 16:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurentluce.com/?p=264#comment-7220</guid>
		<description><![CDATA[Wonderfully explained.]]></description>
		<content:encoded><![CDATA[<p>Wonderfully explained.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robaht Hamma</title>
		<link>http://www.laurentluce.com/posts/solving-mazes-using-python-simple-recursivity-and-a-search/comment-page-1/#comment-3452</link>
		<dc:creator>Robaht Hamma</dc:creator>
		<pubDate>Tue, 19 Apr 2011 18:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurentluce.com/?p=264#comment-3452</guid>
		<description><![CDATA[Thanks for the detailed tutorial!]]></description>
		<content:encoded><![CDATA[<p>Thanks for the detailed tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2011-03-14 &#171; pabloidz</title>
		<link>http://www.laurentluce.com/posts/solving-mazes-using-python-simple-recursivity-and-a-search/comment-page-1/#comment-3045</link>
		<dc:creator>links for 2011-03-14 &#171; pabloidz</dc:creator>
		<pubDate>Mon, 14 Mar 2011 12:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurentluce.com/?p=264#comment-3045</guid>
		<description><![CDATA[[...] Solving mazes using Python: Simple recursivity and A* search &#124; Laurent Luce&#039;s Blog (tags: python)        TagsCategoriasmiudezas Uncategorized &#160; [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Solving mazes using Python: Simple recursivity and A* search | Laurent Luce&#039;s Blog (tags: python)        TagsCategoriasmiudezas Uncategorized &nbsp; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pale blue dot &#124; Nerdson não vai à escola</title>
		<link>http://www.laurentluce.com/posts/solving-mazes-using-python-simple-recursivity-and-a-search/comment-page-1/#comment-3032</link>
		<dc:creator>Pale blue dot &#124; Nerdson não vai à escola</dc:creator>
		<pubDate>Sun, 13 Mar 2011 02:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurentluce.com/?p=264#comment-3032</guid>
		<description><![CDATA[[...] Solving mazes using Python: Simple recursivity and A* search [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Solving mazes using Python: Simple recursivity and A* search [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas Elfström</title>
		<link>http://www.laurentluce.com/posts/solving-mazes-using-python-simple-recursivity-and-a-search/comment-page-1/#comment-2958</link>
		<dc:creator>Jonas Elfström</dc:creator>
		<pubDate>Fri, 11 Mar 2011 23:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurentluce.com/?p=264#comment-2958</guid>
		<description><![CDATA[I wonder how the algorithm would be affected by weave mazes? http://weblog.jamisbuck.org/2011/3/4/maze-generation-weave-mazes]]></description>
		<content:encoded><![CDATA[<p>I wonder how the algorithm would be affected by weave mazes? <a href="http://weblog.jamisbuck.org/2011/3/4/maze-generation-weave-mazes" rel="nofollow">http://weblog.jamisbuck.org/2011/3/4/maze-generation-weave-mazes</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob M</title>
		<link>http://www.laurentluce.com/posts/solving-mazes-using-python-simple-recursivity-and-a-search/comment-page-1/#comment-2928</link>
		<dc:creator>Rob M</dc:creator>
		<pubDate>Fri, 11 Mar 2011 08:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurentluce.com/?p=264#comment-2928</guid>
		<description><![CDATA[Excellent article and great explanation. 

Maybe grid numbers next to the images would help when looking up coordinates repeatedly? Otherwise keep up the python articles!]]></description>
		<content:encoded><![CDATA[<p>Excellent article and great explanation. </p>
<p>Maybe grid numbers next to the images would help when looking up coordinates repeatedly? Otherwise keep up the python articles!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan</title>
		<link>http://www.laurentluce.com/posts/solving-mazes-using-python-simple-recursivity-and-a-search/comment-page-1/#comment-2925</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Fri, 11 Mar 2011 06:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurentluce.com/?p=264#comment-2925</guid>
		<description><![CDATA[Excellent description and implemention of A*, well explained. Takes me back to my second year of university.]]></description>
		<content:encoded><![CDATA[<p>Excellent description and implemention of A*, well explained. Takes me back to my second year of university.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent Luce</title>
		<link>http://www.laurentluce.com/posts/solving-mazes-using-python-simple-recursivity-and-a-search/comment-page-1/#comment-2919</link>
		<dc:creator>Laurent Luce</dc:creator>
		<pubDate>Fri, 11 Mar 2011 02:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurentluce.com/?p=264#comment-2919</guid>
		<description><![CDATA[@James: Thanks!]]></description>
		<content:encoded><![CDATA[<p>@James: Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
