<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/haskell/tags/puzzle</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 23:16:44 GMT</pubDate>
<item>
<title>(Haskell) Euler Problem 4 in Haskell - rtperson</title>
<link>http://snipplr.com/view/54652/euler-problem-4-in-haskell/</link>
<description><![CDATA[ <p>A palindromic number reads the same both ways. The largest palindrome made from the product of two 2-digit numbers is 9009 = 91 * 99.

Find the largest palindrome made from the product of two 3-digit numbers.

 There are shorter ways to do this, and I cheat a bit by counting down to 900 rather than 100, but this one short-circuits when it finds the answer, and so is very efficient.</p> ]]></description>
<pubDate>Wed, 01 Jun 2011 00:11:10 GMT</pubDate>
<guid>http://snipplr.com/view/54652/euler-problem-4-in-haskell/</guid>
</item>
</channel>
</rss>