<?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 29 in Ruby</title>
	<atom:link href="http://joezack.com/index.php" rel="self" type="application/rss+xml" />
	<link>http://joezack.com/index.php/2010/03/15/project-euler-problem-29-in-ruby/</link>
	<description>Code Musings and Such</description>
	<lastBuildDate>Fri, 03 Feb 2012 02:11:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: me</title>
		<link>http://joezack.com/index.php/2010/03/15/project-euler-problem-29-in-ruby/comment-page-1/#comment-1257</link>
		<dc:creator>me</dc:creator>
		<pubDate>Tue, 28 Jun 2011 01:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://joezack.com/?p=1410#comment-1257</guid>
		<description>Nice!!</description>
		<content:encoded><![CDATA[<p>Nice!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Paschelke</title>
		<link>http://joezack.com/index.php/2010/03/15/project-euler-problem-29-in-ruby/comment-page-1/#comment-1254</link>
		<dc:creator>Robert Paschelke</dc:creator>
		<pubDate>Sat, 25 Jun 2011 21:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://joezack.com/?p=1410#comment-1254</guid>
		<description>I wrote a solution in JavaScript using the JSDB enviroment.  
By calculating the logarithm for each element and storing that in an array, then sorting the array and counting the duplicate elements, I got it to run in 59 milliseconds.</description>
		<content:encoded><![CDATA[<p>I wrote a solution in JavaScript using the JSDB enviroment.<br />
By calculating the logarithm for each element and storing that in an array, then sorting the array and counting the duplicate elements, I got it to run in 59 milliseconds.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

