<?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</title>
	<atom:link href="http://compadre.dk/blog/2009/04/21/project-euler/feed/" rel="self" type="application/rss+xml" />
	<link>http://compadre.dk/blog/2009/04/21/project-euler/</link>
	<description>remember this, cause I won&#039;t</description>
	<lastBuildDate>Fri, 05 Mar 2010 12:35:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Robert</title>
		<link>http://compadre.dk/blog/2009/04/21/project-euler/comment-page-1/#comment-22932</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 08 May 2009 07:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://compadre.dk/blog/?p=887#comment-22932</guid>
		<description>Besides project Euler (I am already level 2 ;-)) I also like project Eureka (is a community driven portal). 

http://www.projecteureka.org</description>
		<content:encoded><![CDATA[<p>Besides project Euler (I am already level 2 ;-)) I also like project Eureka (is a community driven portal). </p>
<p><a href="http://www.projecteureka.org" rel="nofollow">http://www.projecteureka.org</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jannich Brendle</title>
		<link>http://compadre.dk/blog/2009/04/21/project-euler/comment-page-1/#comment-21273</link>
		<dc:creator>Jannich Brendle</dc:creator>
		<pubDate>Wed, 22 Apr 2009 22:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://compadre.dk/blog/?p=887#comment-21273</guid>
		<description>Hi Søren.

Project euler is great fun and I used it to learn Erlang.

For problem 3, I recommend that you read about trial division (&lt;a href=&quot;http://en.wikipedia.org/wiki/Trial_division&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Trial_division&lt;/a&gt;) which is the easiest to understand integer factorization algorithm.

Good luck with the problem.

Regards, Jannich</description>
		<content:encoded><![CDATA[<p>Hi Søren.</p>
<p>Project euler is great fun and I used it to learn Erlang.</p>
<p>For problem 3, I recommend that you read about trial division (<a href="http://en.wikipedia.org/wiki/Trial_division" rel="nofollow">http://en.wikipedia.org/wiki/Trial_division</a>) which is the easiest to understand integer factorization algorithm.</p>
<p>Good luck with the problem.</p>
<p>Regards, Jannich</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper Jarlskov</title>
		<link>http://compadre.dk/blog/2009/04/21/project-euler/comment-page-1/#comment-21163</link>
		<dc:creator>Jesper Jarlskov</dc:creator>
		<pubDate>Tue, 21 Apr 2009 14:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://compadre.dk/blog/?p=887#comment-21163</guid>
		<description>Hey

Yeah, it&#039;s nice training, but as others have already mentioned, it&#039;s at least as much about polishing math skills, as it is for programming skills. But with your line of hobbies that shouldn&#039;t be a problem.
Though if you were a bit awake, you&#039;d notice that I already told you about &lt;a href=&quot;http://jesperjarlskov.dk/blog/project-euler/&quot; rel=&quot;nofollow&quot;&gt;Project Euler&lt;/a&gt; last september :-)

Jesper</description>
		<content:encoded><![CDATA[<p>Hey</p>
<p>Yeah, it&#8217;s nice training, but as others have already mentioned, it&#8217;s at least as much about polishing math skills, as it is for programming skills. But with your line of hobbies that shouldn&#8217;t be a problem.<br />
Though if you were a bit awake, you&#8217;d notice that I already told you about <a href="http://jesperjarlskov.dk/blog/project-euler/" rel="nofollow">Project Euler</a> last september :-)</p>
<p>Jesper</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eddie m.</title>
		<link>http://compadre.dk/blog/2009/04/21/project-euler/comment-page-1/#comment-21158</link>
		<dc:creator>eddie m.</dc:creator>
		<pubDate>Tue, 21 Apr 2009 13:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://compadre.dk/blog/?p=887#comment-21158</guid>
		<description>doing the same thing with perl :P</description>
		<content:encoded><![CDATA[<p>doing the same thing with perl :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Dodier</title>
		<link>http://compadre.dk/blog/2009/04/21/project-euler/comment-page-1/#comment-21141</link>
		<dc:creator>Steve Dodier</dc:creator>
		<pubDate>Tue, 21 Apr 2009 12:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://compadre.dk/blog/?p=887#comment-21141</guid>
		<description>Hello,

Good luck with Project Euler, but keep in mind that the prime related problems are much easier if you studied Z/nZ and some of them require actual maths :P

I registered to Project Euler quite a while ago, and there are a lot of problems for which i&#039;m epicly failing at finding a good approach (and i don&#039;t have much time either..).

Also, let me recommand you to try to code in Scheme or Lisp, once you get used to the specificity of those languages, they&#039;re really nice for writing basic algorithms (but not very efficient in terms of performances :p).</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Good luck with Project Euler, but keep in mind that the prime related problems are much easier if you studied Z/nZ and some of them require actual maths :P</p>
<p>I registered to Project Euler quite a while ago, and there are a lot of problems for which i&#8217;m epicly failing at finding a good approach (and i don&#8217;t have much time either..).</p>
<p>Also, let me recommand you to try to code in Scheme or Lisp, once you get used to the specificity of those languages, they&#8217;re really nice for writing basic algorithms (but not very efficient in terms of performances :p).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://compadre.dk/blog/2009/04/21/project-euler/comment-page-1/#comment-21133</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Tue, 21 Apr 2009 12:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://compadre.dk/blog/?p=887#comment-21133</guid>
		<description>I like Code Kata (http://codekata.pragprog.com/)
They tend to be more real-world problems (and therefore expand into other areas of the language), whereas I&#039;ve found Euler more useful for brushing up my maths than my code.  I like to use them when coming up to speed in a new language.

The only problem is that no solutions are on the site.  It&#039;s more of a practice set - figure it out, then come back some time later and figure it out again, with any new knowledge you&#039;ve gained.</description>
		<content:encoded><![CDATA[<p>I like Code Kata (<a href="http://codekata.pragprog.com/" rel="nofollow">http://codekata.pragprog.com/</a>)<br />
They tend to be more real-world problems (and therefore expand into other areas of the language), whereas I&#8217;ve found Euler more useful for brushing up my maths than my code.  I like to use them when coming up to speed in a new language.</p>
<p>The only problem is that no solutions are on the site.  It&#8217;s more of a practice set &#8211; figure it out, then come back some time later and figure it out again, with any new knowledge you&#8217;ve gained.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://compadre.dk/blog/2009/04/21/project-euler/comment-page-1/#comment-21132</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 21 Apr 2009 11:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://compadre.dk/blog/?p=887#comment-21132</guid>
		<description>You could have a look at usaco.org or more precisely at train.usaco.org that is a gateway into trying out the exercises (you have to register so it can track your progress).
I don&#039;t remember if you can submit solutions in java though.</description>
		<content:encoded><![CDATA[<p>You could have a look at usaco.org or more precisely at train.usaco.org that is a gateway into trying out the exercises (you have to register so it can track your progress).<br />
I don&#8217;t remember if you can submit solutions in java though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
