<?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 3</title>
	<atom:link href="http://basildoncoder.com/blog/2008/04/07/project-euler-problem-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://basildoncoder.com/blog/2008/04/07/project-euler-problem-3/</link>
	<description>Incoherent and disjointed opinionated drivel from somewhere near London</description>
	<lastBuildDate>Fri, 12 Feb 2010 23:33:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: uberlieder</title>
		<link>http://basildoncoder.com/blog/2008/04/07/project-euler-problem-3/comment-page-1/#comment-15991</link>
		<dc:creator>uberlieder</dc:creator>
		<pubDate>Tue, 14 Jul 2009 21:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://basildoncoder.com/blog/2008/04/07/project-euler-problem-3/#comment-15991</guid>
		<description>Thanks for this, massively shortened the time needed. This is a great way to pick up a new language.</description>
		<content:encoded><![CDATA[<p>Thanks for this, massively shortened the time needed. This is a great way to pick up a new language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Project Euler - Problem 3 - Javascript &#124; alt42</title>
		<link>http://basildoncoder.com/blog/2008/04/07/project-euler-problem-3/comment-page-1/#comment-14352</link>
		<dc:creator>Project Euler - Problem 3 - Javascript &#124; alt42</dc:creator>
		<pubDate>Wed, 20 May 2009 11:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://basildoncoder.com/blog/2008/04/07/project-euler-problem-3/#comment-14352</guid>
		<description>[...] completed the problem I Googled it and found Basildon Coder&#8217;s blog. He explains the various approaches and improvements well. I  felt a bit better when he introduced [...]</description>
		<content:encoded><![CDATA[<p>[...] completed the problem I Googled it and found Basildon Coder&#8217;s blog. He explains the various approaches and improvements well. I  felt a bit better when he introduced [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: -jn-</title>
		<link>http://basildoncoder.com/blog/2008/04/07/project-euler-problem-3/comment-page-1/#comment-913</link>
		<dc:creator>-jn-</dc:creator>
		<pubDate>Sun, 20 Apr 2008 00:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://basildoncoder.com/blog/2008/04/07/project-euler-problem-3/#comment-913</guid>
		<description>Interesting! I learned a bit more Python by reading your post.

With respect to &quot;only generate primes up to the square root of N&quot;, no fudge-factor is needed. Simply keep track of the running quotient. After dividing 15 by 3 to get a quotient of 5, and verifying that 4 is &gt; &#8730;15, you know that 5 is prime.

It can&#039;t have two factors greater than &#8730;15 else it woud be &gt; 15 itself. It can&#039;t have a factor less than &#8730;15, because all of those factors have already been eliminated.

Thanks for keeping it going!</description>
		<content:encoded><![CDATA[<p>Interesting! I learned a bit more Python by reading your post.</p>
<p>With respect to &#8220;only generate primes up to the square root of N&#8221;, no fudge-factor is needed. Simply keep track of the running quotient. After dividing 15 by 3 to get a quotient of 5, and verifying that 4 is &gt; &radic;15, you know that 5 is prime.</p>
<p>It can&#8217;t have two factors greater than &radic;15 else it woud be &gt; 15 itself. It can&#8217;t have a factor less than &radic;15, because all of those factors have already been eliminated.</p>
<p>Thanks for keeping it going!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prime time programming &#171; Sliding up the banister</title>
		<link>http://basildoncoder.com/blog/2008/04/07/project-euler-problem-3/comment-page-1/#comment-912</link>
		<dc:creator>Prime time programming &#171; Sliding up the banister</dc:creator>
		<pubDate>Sat, 19 Apr 2008 23:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://basildoncoder.com/blog/2008/04/07/project-euler-problem-3/#comment-912</guid>
		<description>[...] noticed that Basildon Coder had a post on this same problem. I held off reading it until after working through my own approach, [...]</description>
		<content:encoded><![CDATA[<p>[...] noticed that Basildon Coder had a post on this same problem. I held off reading it until after working through my own approach, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.263 seconds -->
