<?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: Another Quick Coding Challenge</title>
	<atom:link href="http://buffered.io/2008/07/25/another-quick-coding-challenge/feed/" rel="self" type="application/rss+xml" />
	<link>http://buffered.io/2008/07/25/another-quick-coding-challenge/</link>
	<description>What would OJ do?</description>
	<lastBuildDate>Wed, 08 Sep 2010 02:50:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: OJ</title>
		<link>http://buffered.io/2008/07/25/another-quick-coding-challenge/comment-page-1/#comment-1030</link>
		<dc:creator>OJ</dc:creator>
		<pubDate>Fri, 25 Jul 2008 03:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://buffered.io/?p=406#comment-1030</guid>
		<description>So that generates the set of numbers right? It doesn&#039;t pick the biggest difference and the number of elements?

the Haskell equivalent would probably be:

&lt;pre&gt;[ n &#124; n &lt;- [1..1000], length (show n) == length (dup (show n)) ]&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>So that generates the set of numbers right? It doesn&#8217;t pick the biggest difference and the number of elements?</p>
<p>the Haskell equivalent would probably be:</p>
<pre>[ n | n &lt;- [1..1000], length (show n) == length (dup (show n)) ]</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: OJ</title>
		<link>http://buffered.io/2008/07/25/another-quick-coding-challenge/comment-page-1/#comment-3212</link>
		<dc:creator>OJ</dc:creator>
		<pubDate>Fri, 25 Jul 2008 03:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://buffered.io/?p=406#comment-3212</guid>
		<description>So that generates the set of numbers right? It doesn&#039;t pick the biggest difference and the number of elements?

the Haskell equivalent would probably be:

&lt;pre&gt;[ n &#124; n &lt;- [1..1000], length (show n) == length (dup (show n)) ]&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>So that generates the set of numbers right? It doesn&#8217;t pick the biggest difference and the number of elements?</p>
<p>the Haskell equivalent would probably be:</p>
<pre>[ n | n &lt;- [1..1000], length (show n) == length (dup (show n)) ]</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Mill</title>
		<link>http://buffered.io/2008/07/25/another-quick-coding-challenge/comment-page-1/#comment-1029</link>
		<dc:creator>Bill Mill</dc:creator>
		<pubDate>Fri, 25 Jul 2008 02:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://buffered.io/?p=406#comment-1029</guid>
		<description>My answer in python was the same as commenter &quot;DeWitt&quot; on that site - I was disappointed when he chimed in before me:


(i for i in xrange(start, end) if len(str(i)) == len(set(str(i))))</description>
		<content:encoded><![CDATA[<p>My answer in python was the same as commenter &#8220;DeWitt&#8221; on that site &#8211; I was disappointed when he chimed in before me:</p>
<p>(i for i in xrange(start, end) if len(str(i)) == len(set(str(i))))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Mill</title>
		<link>http://buffered.io/2008/07/25/another-quick-coding-challenge/comment-page-1/#comment-3211</link>
		<dc:creator>Bill Mill</dc:creator>
		<pubDate>Fri, 25 Jul 2008 02:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://buffered.io/?p=406#comment-3211</guid>
		<description>My answer in python was the same as commenter &quot;DeWitt&quot; on that site - I was disappointed when he chimed in before me:


(i for i in xrange(start, end) if len(str(i)) == len(set(str(i))))</description>
		<content:encoded><![CDATA[<p>My answer in python was the same as commenter &#8220;DeWitt&#8221; on that site &#8211; I was disappointed when he chimed in before me:</p>
<p>(i for i in xrange(start, end) if len(str(i)) == len(set(str(i))))</p>
]]></content:encoded>
	</item>
</channel>
</rss>
