<?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 &#124; Problem Ten</title>
	<atom:link href="http://syfran.com/2009/06/project-euler-problem-ten/feed/" rel="self" type="application/rss+xml" />
	<link>http://syfran.com/2009/06/project-euler-problem-ten/</link>
	<description>Coding without limits</description>
	<lastBuildDate>Thu, 15 Oct 2009 21:23:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Stalker</title>
		<link>http://syfran.com/2009/06/project-euler-problem-ten/comment-page-1/#comment-24</link>
		<dc:creator>Stalker</dc:creator>
		<pubDate>Mon, 17 Aug 2009 06:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://syfran.com/?p=8#comment-24</guid>
		<description>There&#039;s no need to use sqrt(), which is a very slow operation.

Change

a &gt; Math.sqrt(c)

to

a*a &gt; c

There&#039;s an optimization for ya.</description>
		<content:encoded><![CDATA[<p>There&#8217;s no need to use sqrt(), which is a very slow operation.</p>
<p>Change</p>
<p>a &gt; Math.sqrt(c)</p>
<p>to</p>
<p>a*a &gt; c</p>
<p>There&#8217;s an optimization for ya.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: singularity</title>
		<link>http://syfran.com/2009/06/project-euler-problem-ten/comment-page-1/#comment-4</link>
		<dc:creator>singularity</dc:creator>
		<pubDate>Wed, 22 Jul 2009 09:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://syfran.com/?p=8#comment-4</guid>
		<description>No special comments, Just a feedback that your web is incredible..!!!1
Keep it up..</description>
		<content:encoded><![CDATA[<p>No special comments, Just a feedback that your web is incredible..!!!1<br />
Keep it up..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
