<?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: Project Euler: Problem 13</title>
	<atom:link href="http://www.geekality.net/2009/10/04/project-euler-problem-13/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekality.net/2009/10/04/project-euler-problem-13/</link>
	<description>With a hint of Social Ineptitude</description>
	<lastBuildDate>Wed, 25 Aug 2010 13:50:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: <img src='http://www.geekality.net/wp-content/plugins/rpx/images/openid.png'/> Torleif</title>
		<link>http://www.geekality.net/2009/10/04/project-euler-problem-13/#comment-286</link>
		<dc:creator><img src='http://www.geekality.net/wp-content/plugins/rpx/images/openid.png'/> Torleif</dc:creator>
		<pubDate>Tue, 20 Apr 2010 06:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekality.net/?p=612#comment-286</guid>
		<description>Interesting. Do you have an example?</description>
		<content:encoded><![CDATA[<p>Interesting. Do you have an example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John C</title>
		<link>http://www.geekality.net/2009/10/04/project-euler-problem-13/#comment-240</link>
		<dc:creator>John C</dc:creator>
		<pubDate>Mon, 29 Mar 2010 15:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekality.net/?p=612#comment-240</guid>
		<description>Nice bruce force solution, but I think you&#039;re really missing the point of the exercise. The idea is that when you are adding n decimal numbers, there is an upper bound on the number of digits that can be carried over.

for example
999*100 = 99900
Do you notice how only 2 extra digits were introduced?

Thus, if you only need the first 10 digits, how many characters can you truncate from each string? You can safely truncate the numbers because any potential carry-over digits can only reach &quot;so far&quot; from the end</description>
		<content:encoded><![CDATA[<p>Nice bruce force solution, but I think you&#8217;re really missing the point of the exercise. The idea is that when you are adding n decimal numbers, there is an upper bound on the number of digits that can be carried over.</p>
<p>for example<br />
999*100 = 99900<br />
Do you notice how only 2 extra digits were introduced?</p>
<p>Thus, if you only need the first 10 digits, how many characters can you truncate from each string? You can safely truncate the numbers because any potential carry-over digits can only reach &#8220;so far&#8221; from the end</p>
]]></content:encoded>
	</item>
</channel>
</rss>
