<?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 for stphung.blog</title>
	<atom:link href="http://stevenphung.org/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://stevenphung.org</link>
	<description>Thoughts of a Coder, Student, and Gamer</description>
	<lastBuildDate>Wed, 19 May 2010 15:33:34 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Maximum Cost Path down a Number Triangle by stphung</title>
		<link>http://stevenphung.org/?p=169&#038;cpage=1#comment-10</link>
		<dc:creator>stphung</dc:creator>
		<pubDate>Wed, 19 May 2010 15:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://stevenphung.org/?p=169#comment-10</guid>
		<description>&lt;p&gt;I wasn&#039;t aware that it didn&#039;t work for longest path, intuitively it just seemed like it would. &#160;I&#039;ll definitely read up on longest common substring and try to find similarities there, thanks!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I wasn&#39;t aware that it didn&#39;t work for longest path, intuitively it just seemed like it would. &nbsp;I&#39;ll definitely read up on longest common substring and try to find similarities there, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maximum Cost Path down a Number Triangle by Jamie Lawson</title>
		<link>http://stevenphung.org/?p=169&#038;cpage=1#comment-9</link>
		<dc:creator>Jamie Lawson</dc:creator>
		<pubDate>Wed, 19 May 2010 13:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://stevenphung.org/?p=169#comment-9</guid>
		<description>Recall that Dijkstra is a &quot;shortest path&quot; algorithm. Doesn&#039;t work for &quot;longest path&quot;. In fact, &quot;longest path&quot; is NP-Hard in a general graph. What you&#039;ve done seems to be a specialization of the discrete dynamic programming algorithm. You might look at algorithms for &quot;Longest Common Substring&quot; (a classic problem where discrete dynamic programming works) and see if it&#039;s the same thing.</description>
		<content:encoded><![CDATA[<p>Recall that Dijkstra is a &quot;shortest path&quot; algorithm. Doesn&#39;t work for &quot;longest path&quot;. In fact, &quot;longest path&quot; is NP-Hard in a general graph. What you&#39;ve done seems to be a specialization of the discrete dynamic programming algorithm. You might look at algorithms for &quot;Longest Common Substring&quot; (a classic problem where discrete dynamic programming works) and see if it&#39;s the same thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Adventure in Wrath of the Lich King by Morbidd</title>
		<link>http://stevenphung.org/?p=131&#038;cpage=1#comment-8</link>
		<dc:creator>Morbidd</dc:creator>
		<pubDate>Mon, 15 Mar 2010 19:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://stevenphung.org/?p=131#comment-8</guid>
		<description>Reading this brought back some awesome memories! It makes me very proud to part of this guild.  Great times indeed!</description>
		<content:encoded><![CDATA[<p>Reading this brought back some awesome memories! It makes me very proud to part of this guild.  Great times indeed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Adventure in Wrath of the Lich King by Dvorak</title>
		<link>http://stevenphung.org/?p=131&#038;cpage=1#comment-6</link>
		<dc:creator>Dvorak</dc:creator>
		<pubDate>Sat, 24 Oct 2009 04:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://stevenphung.org/?p=131#comment-6</guid>
		<description>*sniff sniff. awesome read!</description>
		<content:encoded><![CDATA[<p>*sniff sniff. awesome read!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Java&#8217;s new style for-loop by R. P. Dillon</title>
		<link>http://stevenphung.org/?p=120&#038;cpage=1#comment-4</link>
		<dc:creator>R. P. Dillon</dc:creator>
		<pubDate>Thu, 24 Sep 2009 08:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://stevenphung.org/?p=120#comment-4</guid>
		<description>It&#039;s actually really nice to see some screencasts focused on idioms in popular languages like Java.  This is a good introduction for new Java programmers on how to choose among Java&#039;s &quot;for&quot; looping constructs, and how to make your code compatible with the newer variety.  Thanks!</description>
		<content:encoded><![CDATA[<p>It&#8217;s actually really nice to see some screencasts focused on idioms in popular languages like Java.  This is a good introduction for new Java programmers on how to choose among Java&#8217;s &#8220;for&#8221; looping constructs, and how to make your code compatible with the newer variety.  Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
