<?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: C++ Hash Table Memoization: Simplifying Dynamic Programming</title>
	<atom:link href="http://marknelson.us/2007/08/01/memoization/feed/" rel="self" type="application/rss+xml" />
	<link>http://marknelson.us/2007/08/01/memoization/</link>
	<description>Programming, mostly.</description>
	<lastBuildDate>Mon, 30 Jan 2012 17:56:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Headline Writing Gone Bad</title>
		<link>http://marknelson.us/2007/08/01/memoization/comment-page-1/#comment-333148</link>
		<dc:creator>Headline Writing Gone Bad</dc:creator>
		<pubDate>Fri, 01 Oct 2010 15:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://marknelson.us/2007/08/01/memoization/#comment-333148</guid>
		<description>[...] to a method for solving problems by decomposition. It&#8217;s a useful technique that I&#8217;ve covered here in the past, and any skilled programmer should be familiar with [...]</description>
		<content:encoded><![CDATA[<p>[...] to a method for solving problems by decomposition. It&#8217;s a useful technique that I&#8217;ve covered here in the past, and any skilled programmer should be familiar with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Nelson</title>
		<link>http://marknelson.us/2007/08/01/memoization/comment-page-1/#comment-220109</link>
		<dc:creator>Mark Nelson</dc:creator>
		<pubDate>Thu, 02 Oct 2008 13:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://marknelson.us/2007/08/01/memoization/#comment-220109</guid>
		<description>@dan:

I don&#039;t really understand what you are getting at. Yes, you can use the less than operator to order, but in this case I have no need for that. I have a simple equality test, which is fine, so why do anything else?</description>
		<content:encoded><![CDATA[<p>@dan:</p>
<p>I don&#8217;t really understand what you are getting at. Yes, you can use the less than operator to order, but in this case I have no need for that. I have a simple equality test, which is fine, so why do anything else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://marknelson.us/2007/08/01/memoization/comment-page-1/#comment-220091</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Thu, 02 Oct 2008 13:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://marknelson.us/2007/08/01/memoization/#comment-220091</guid>
		<description>&quot;(It is not unusual to use the less-than operator to test for equality,
by testing both a &gt; b and a &lt;b&gt;1, mGenre =&gt; &quot;B&quot; } and
(Instance 2) { mAge=&gt;2, mGenre =&gt; &quot;A&quot; } 

then (Instance 1) is not less than (Instance 2) and (Instance 2) is
not less than (Instance 1) and you might conclude they are equal.
When putting one after the other in a map it would overwrite.
Something like this should make it totally ordered.
          return (that1.mAge </description>
		<content:encoded><![CDATA[<p>&#8220;(It is not unusual to use the less-than operator to test for equality,<br />
by testing both a &gt; b and a <b>1, mGenre =&gt; &#8220;B&#8221; } and<br />
(Instance 2) { mAge=&gt;2, mGenre =&gt; &#8220;A&#8221; } </p>
<p>then (Instance 1) is not less than (Instance 2) and (Instance 2) is<br />
not less than (Instance 1) and you might conclude they are equal.<br />
When putting one after the other in a map it would overwrite.<br />
Something like this should make it totally ordered.<br />
          return (that1.mAge</b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bulane</title>
		<link>http://marknelson.us/2007/08/01/memoization/comment-page-1/#comment-196131</link>
		<dc:creator>bulane</dc:creator>
		<pubDate>Tue, 19 Aug 2008 07:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://marknelson.us/2007/08/01/memoization/#comment-196131</guid>
		<description>The article has been helpful to start my project</description>
		<content:encoded><![CDATA[<p>The article has been helpful to start my project</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mais_tro</title>
		<link>http://marknelson.us/2007/08/01/memoization/comment-page-1/#comment-100999</link>
		<dc:creator>mais_tro</dc:creator>
		<pubDate>Fri, 14 Mar 2008 10:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://marknelson.us/2007/08/01/memoization/#comment-100999</guid>
		<description>hey guys!!!
can u giv exact example on ur program!!!
that not having any error when we are going to copy it and run it to our compiler!!!!</description>
		<content:encoded><![CDATA[<p>hey guys!!!<br />
can u giv exact example on ur program!!!<br />
that not having any error when we are going to copy it and run it to our compiler!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Relations &#171; zeroblog</title>
		<link>http://marknelson.us/2007/08/01/memoization/comment-page-1/#comment-51506</link>
		<dc:creator>Relations &#171; zeroblog</dc:creator>
		<pubDate>Sun, 09 Dec 2007 23:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://marknelson.us/2007/08/01/memoization/#comment-51506</guid>
		<description>[...] that relation syntax overlaps function syntax isn&#8217;t coincidental; it enables function result memoisation as part of the language, thus (hopefully) also improving the efficiency of zero programs. I&#8217;ll [...]</description>
		<content:encoded><![CDATA[<p>[...] that relation syntax overlaps function syntax isn&#8217;t coincidental; it enables function result memoisation as part of the language, thus (hopefully) also improving the efficiency of zero programs. I&#8217;ll [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

