<?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: Computer Algorithms: Graph Best-First Search</title>
	<atom:link href="/2012/09/24/computer-algorithms-graph-best-first-search/feed/" rel="self" type="application/rss+xml" />
	<link>/2012/09/24/computer-algorithms-graph-best-first-search/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: HELARY</title>
		<link>/2012/09/24/computer-algorithms-graph-best-first-search/comment-page-1/#comment-420338</link>
		<dc:creator><![CDATA[HELARY]]></dc:creator>
		<pubDate>Fri, 16 Sep 2016 06:00:54 +0000</pubDate>
		<guid isPermaLink="false">/?p=3347#comment-420338</guid>
		<description><![CDATA[THIS IS NOT WORKING..PLEASE UPDATE THE CODE]]></description>
		<content:encoded><![CDATA[<p>THIS IS NOT WORKING..PLEASE UPDATE THE CODE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: test</title>
		<link>/2012/09/24/computer-algorithms-graph-best-first-search/comment-page-1/#comment-293590</link>
		<dc:creator><![CDATA[test]]></dc:creator>
		<pubDate>Fri, 03 Apr 2015 02:38:42 +0000</pubDate>
		<guid isPermaLink="false">/?p=3347#comment-293590</guid>
		<description><![CDATA[BUG:

// sorted by value
0: [5 =&#062; 1, 1 =&#062; 2, 4 =&#062; 5, 0 =&#062; 0, 2 =&#062; 0, 3 =&#062; 1]
here is :
0: [5 =&#062; 1, 1 =&#062; 2, 4 =&#062; 5, 0 =&#062; 0, 2 =&#062; 0, 3 =&#062; 0]]]></description>
		<content:encoded><![CDATA[<p>BUG:</p>
<p>// sorted by value<br />
0: [5 =&gt; 1, 1 =&gt; 2, 4 =&gt; 5, 0 =&gt; 0, 2 =&gt; 0, 3 =&gt; 1]<br />
here is :<br />
0: [5 =&gt; 1, 1 =&gt; 2, 4 =&gt; 5, 0 =&gt; 0, 2 =&gt; 0, 3 =&gt; 0]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
