<?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 in F#</title>
	<atom:link href="http://stefanoricciardi.com/2010/07/01/project-euler-problem-3-in-f/feed/" rel="self" type="application/rss+xml" />
	<link>http://stefanoricciardi.com/2010/07/01/project-euler-problem-3-in-f/</link>
	<description>On Software Development and Thereabouts</description>
	<lastBuildDate>Mon, 30 Jan 2012 08:04:00 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dilip</title>
		<link>http://stefanoricciardi.com/2010/07/01/project-euler-problem-3-in-f/comment-page-1/#comment-617</link>
		<dc:creator>Dilip</dc:creator>
		<pubDate>Wed, 21 Sep 2011 22:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://stefanoricciardi.com/?p=944#comment-617</guid>
		<description>Same problem solved in C#

https://sites.google.com/site/eulerproblemsincsharp/home/problem-3</description>
		<content:encoded><![CDATA[<p>Same problem solved in C#</p>
<p><a href="https://sites.google.com/site/eulerproblemsincsharp/home/problem-3" rel="nofollow">https://sites.google.com/site/eulerproblemsincsharp/home/problem-3</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen, of Adelaide</title>
		<link>http://stefanoricciardi.com/2010/07/01/project-euler-problem-3-in-f/comment-page-1/#comment-465</link>
		<dc:creator>Stephen, of Adelaide</dc:creator>
		<pubDate>Fri, 01 Oct 2010 09:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://stefanoricciardi.com/?p=944#comment-465</guid>
		<description>

let Problem3 n =
    let rec PrimeFactors n i acc =
        // Read as: Add the prime factors of n to the accumulator, given that 
        // 0..i - 1 are not factors. 
        if n &lt;i&gt; Seq.max
</description>
		<content:encoded><![CDATA[<p>let Problem3 n =<br />
    let rec PrimeFactors n i acc =<br />
        // Read as: Add the prime factors of n to the accumulator, given that<br />
        // 0..i &#8211; 1 are not factors.<br />
        if n <i> Seq.max</i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen, of Adelaide</title>
		<link>http://stefanoricciardi.com/2010/07/01/project-euler-problem-3-in-f/comment-page-1/#comment-464</link>
		<dc:creator>Stephen, of Adelaide</dc:creator>
		<pubDate>Fri, 01 Oct 2010 09:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://stefanoricciardi.com/?p=944#comment-464</guid>
		<description>

let Problem3 n =
    let rec PrimeFactors n i acc =
        // Read as: Add the prime factors of n to the accumulator, given that 
        // 0..i - 1 are not factors. 
        if n &lt;i&gt; Seq.max
</description>
		<content:encoded><![CDATA[<p>let Problem3 n =<br />
    let rec PrimeFactors n i acc =<br />
        // Read as: Add the prime factors of n to the accumulator, given that<br />
        // 0..i &#8211; 1 are not factors.<br />
        if n <i> Seq.max</i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javaman59</title>
		<link>http://stefanoricciardi.com/2010/07/01/project-euler-problem-3-in-f/comment-page-1/#comment-384</link>
		<dc:creator>Javaman59</dc:creator>
		<pubDate>Thu, 30 Sep 2010 02:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://stefanoricciardi.com/?p=944#comment-384</guid>
		<description>
let Problem3 n =
    let rec PrimeFactors n i acc =
        // Read as: Add the prime factors of n to the accumulator, given that 
        // 0..i - 1 are not factors. 
        if n &lt;i&gt; Seq.max
</description>
		<content:encoded><![CDATA[<p>let Problem3 n =<br />
    let rec PrimeFactors n i acc =<br />
        // Read as: Add the prime factors of n to the accumulator, given that<br />
        // 0..i &#8211; 1 are not factors.<br />
        if n <i> Seq.max</i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javaman59</title>
		<link>http://stefanoricciardi.com/2010/07/01/project-euler-problem-3-in-f/comment-page-1/#comment-449</link>
		<dc:creator>Javaman59</dc:creator>
		<pubDate>Thu, 30 Sep 2010 02:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://stefanoricciardi.com/?p=944#comment-449</guid>
		<description>let Problem3 n =
    let rec PrimeFactors n i acc =
        // Read as: Add the prime factors of n to the accumulator, given that 
        // 0..i - 1 are not factors. 
        if n &lt;i&gt; Seq.max</description>
		<content:encoded><![CDATA[<p>let Problem3 n =<br />
    let rec PrimeFactors n i acc =<br />
        // Read as: Add the prime factors of n to the accumulator, given that<br />
        // 0..i &#8211; 1 are not factors.<br />
        if n <i> Seq.max</i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javaman59</title>
		<link>http://stefanoricciardi.com/2010/07/01/project-euler-problem-3-in-f/comment-page-1/#comment-383</link>
		<dc:creator>Javaman59</dc:creator>
		<pubDate>Thu, 30 Sep 2010 02:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://stefanoricciardi.com/?p=944#comment-383</guid>
		<description>Well, that didn&#039;t work very well! Try again without the pre tag. I&#039;m afraid that was my best shot at formatting it.


let Problem3 n =
    let rec PrimeFactors n i acc =
        // Read as: Add the prime factors of n to the accumulator, given that 
        // 0..i - 1 are not factors. 
        if n &lt;i&gt; Seq.max</description>
		<content:encoded><![CDATA[<p>Well, that didn&#8217;t work very well! Try again without the pre tag. I&#8217;m afraid that was my best shot at formatting it.</p>
<p>let Problem3 n =<br />
    let rec PrimeFactors n i acc =<br />
        // Read as: Add the prime factors of n to the accumulator, given that<br />
        // 0..i &#8211; 1 are not factors.<br />
        if n <i> Seq.max</i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javaman59</title>
		<link>http://stefanoricciardi.com/2010/07/01/project-euler-problem-3-in-f/comment-page-1/#comment-448</link>
		<dc:creator>Javaman59</dc:creator>
		<pubDate>Thu, 30 Sep 2010 02:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://stefanoricciardi.com/?p=944#comment-448</guid>
		<description>Well, that didn&#039;t work very well! Try again without the pre tag. I&#039;m afraid that was my best shot at formatting it.


let Problem3 n =
    let rec PrimeFactors n i acc =
        // Read as: Add the prime factors of n to the accumulator, given that 
        // 0..i - 1 are not factors. 
        if n &lt;i&gt; Seq.max</description>
		<content:encoded><![CDATA[<p>Well, that didn&#8217;t work very well! Try again without the pre tag. I&#8217;m afraid that was my best shot at formatting it.</p>
<p>let Problem3 n =<br />
    let rec PrimeFactors n i acc =<br />
        // Read as: Add the prime factors of n to the accumulator, given that<br />
        // 0..i &#8211; 1 are not factors.<br />
        if n <i> Seq.max</i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javaman59</title>
		<link>http://stefanoricciardi.com/2010/07/01/project-euler-problem-3-in-f/comment-page-1/#comment-382</link>
		<dc:creator>Javaman59</dc:creator>
		<pubDate>Thu, 30 Sep 2010 02:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://stefanoricciardi.com/?p=944#comment-382</guid>
		<description>Thanks Stefan for your replies to my comments on problems 4 and 5! 

I&#039;m thinking that this code is probably just too difficult to read. It was certainly difficult to write. I&#039;ll re-post it, with a few changes:

- Build a list of prime factors, instead of just finding the largest. Then one can see it working
a bit more clearly. After the list is built, use Seq.max to get the largest. (I built this version first, before the final version which extracts the largest during the intermediate work).
- Use more standard naming conventions (&quot;i&quot; instead of &quot;fromN&quot;, &quot;acc&quot; for the accumulator). I like the wordier versions to keep track of what I&#039;m doing when developing.
- Add some comments
- Try to format the code. 



let Problem3 n =
    let rec PrimeFactors n i acc =
        // Read as: Add the prime factors of n to the accumulator, given that 
        // 0..i - 1 are not factors. 
        if n &lt;i&gt; Seq.max
</description>
		<content:encoded><![CDATA[<p>Thanks Stefan for your replies to my comments on problems 4 and 5! </p>
<p>I&#8217;m thinking that this code is probably just too difficult to read. It was certainly difficult to write. I&#8217;ll re-post it, with a few changes:</p>
<p>- Build a list of prime factors, instead of just finding the largest. Then one can see it working<br />
a bit more clearly. After the list is built, use Seq.max to get the largest. (I built this version first, before the final version which extracts the largest during the intermediate work).<br />
- Use more standard naming conventions (&#8220;i&#8221; instead of &#8220;fromN&#8221;, &#8220;acc&#8221; for the accumulator). I like the wordier versions to keep track of what I&#8217;m doing when developing.<br />
- Add some comments<br />
- Try to format the code. </p>
<p>let Problem3 n =<br />
    let rec PrimeFactors n i acc =<br />
        // Read as: Add the prime factors of n to the accumulator, given that<br />
        // 0..i &#8211; 1 are not factors.<br />
        if n <i> Seq.max</i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javaman59</title>
		<link>http://stefanoricciardi.com/2010/07/01/project-euler-problem-3-in-f/comment-page-1/#comment-447</link>
		<dc:creator>Javaman59</dc:creator>
		<pubDate>Thu, 30 Sep 2010 02:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://stefanoricciardi.com/?p=944#comment-447</guid>
		<description>Thanks Stefan for your replies to my comments on problems 4 and 5! 

I&#039;m thinking that this code is probably just too difficult to read. It was certainly difficult to write. I&#039;ll re-post it, with a few changes:

- Build a list of prime factors, instead of just finding the largest. Then one can see it working
a bit more clearly. After the list is built, use Seq.max to get the largest. (I built this version first, before the final version which extracts the largest during the intermediate work).
- Use more standard naming conventions (&quot;i&quot; instead of &quot;fromN&quot;, &quot;acc&quot; for the accumulator). I like the wordier versions to keep track of what I&#039;m doing when developing.
- Add some comments
- Try to format the code. 



let Problem3 n =
    let rec PrimeFactors n i acc =
        // Read as: Add the prime factors of n to the accumulator, given that 
        // 0..i - 1 are not factors. 
        if n &lt;i&gt; Seq.max</description>
		<content:encoded><![CDATA[<p>Thanks Stefan for your replies to my comments on problems 4 and 5! </p>
<p>I&#8217;m thinking that this code is probably just too difficult to read. It was certainly difficult to write. I&#8217;ll re-post it, with a few changes:</p>
<p>- Build a list of prime factors, instead of just finding the largest. Then one can see it working<br />
a bit more clearly. After the list is built, use Seq.max to get the largest. (I built this version first, before the final version which extracts the largest during the intermediate work).<br />
- Use more standard naming conventions (&#8220;i&#8221; instead of &#8220;fromN&#8221;, &#8220;acc&#8221; for the accumulator). I like the wordier versions to keep track of what I&#8217;m doing when developing.<br />
- Add some comments<br />
- Try to format the code. </p>
<p>let Problem3 n =<br />
    let rec PrimeFactors n i acc =<br />
        // Read as: Add the prime factors of n to the accumulator, given that<br />
        // 0..i &#8211; 1 are not factors.<br />
        if n <i> Seq.max</i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javaman59</title>
		<link>http://stefanoricciardi.com/2010/07/01/project-euler-problem-3-in-f/comment-page-1/#comment-379</link>
		<dc:creator>Javaman59</dc:creator>
		<pubDate>Wed, 29 Sep 2010 11:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://stefanoricciardi.com/?p=944#comment-379</guid>
		<description>I skipped that last line of my solution...


    Aux n 1L 2L</description>
		<content:encoded><![CDATA[<p>I skipped that last line of my solution&#8230;</p>
<p>    Aux n 1L 2L</p>
]]></content:encoded>
	</item>
</channel>
</rss>

