<?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: Sorting Things Out</title>
	<atom:link href="http://buffered.io/2008/08/13/sorting-things-out/feed/" rel="self" type="application/rss+xml" />
	<link>http://buffered.io/2008/08/13/sorting-things-out/</link>
	<description>What would OJ do?</description>
	<lastBuildDate>Wed, 17 Mar 2010 08:58:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: OJ</title>
		<link>http://buffered.io/2008/08/13/sorting-things-out/comment-page-1/#comment-1088</link>
		<dc:creator>OJ</dc:creator>
		<pubDate>Thu, 02 Apr 2009 12:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://buffered.io/?p=466#comment-1088</guid>
		<description>@Matt: Thank you for the feedback! I still have so many other sorts to get through, and MergeSort is on the list. You make some good points about its benefits too. It&#039;s just a shame that there&#039;s no catch-all solution to the sorting problem.

I&#039;m aiming to get the Quick Sort post done in the next two weeks. So watch this space! :) Cheers.</description>
		<content:encoded><![CDATA[<p>@Matt: Thank you for the feedback! I still have so many other sorts to get through, and MergeSort is on the list. You make some good points about its benefits too. It&#8217;s just a shame that there&#8217;s no catch-all solution to the sorting problem.</p>
<p>I&#8217;m aiming to get the Quick Sort post done in the next two weeks. So watch this space! <img src='http://buffered.io/wp-content/plugins/smilies-themer/Silk/emoticon_smile.png' alt=':)' class='wp-smiley' /> Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Healy</title>
		<link>http://buffered.io/2008/08/13/sorting-things-out/comment-page-1/#comment-1087</link>
		<dc:creator>Matt Healy</dc:creator>
		<pubDate>Thu, 02 Apr 2009 11:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://buffered.io/?p=466#comment-1087</guid>
		<description>Good series, I had not heard of comb sort, an amazingly simple modification of bubble sort that actually turns something awful into something reasonably efficient.  My own preference is generally merge sort because it:

1. is a &lt;strong&gt;stable&lt;/strong&gt; sort
2. has good worst-case behavior
3. easiest to implement for sorting large files that won&#039;t fit into RAM</description>
		<content:encoded><![CDATA[<p>Good series, I had not heard of comb sort, an amazingly simple modification of bubble sort that actually turns something awful into something reasonably efficient.  My own preference is generally merge sort because it:</p>
<p>1. is a <strong>stable</strong> sort<br />
2. has good worst-case behavior<br />
3. easiest to implement for sorting large files that won&#8217;t fit into RAM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OJ</title>
		<link>http://buffered.io/2008/08/13/sorting-things-out/comment-page-1/#comment-1086</link>
		<dc:creator>OJ</dc:creator>
		<pubDate>Thu, 14 Aug 2008 21:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://buffered.io/?p=466#comment-1086</guid>
		<description>@secretGeek: Smart arse :)</description>
		<content:encoded><![CDATA[<p>@secretGeek: Smart arse <img src='http://buffered.io/wp-content/plugins/smilies-themer/Silk/emoticon_smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: secretGeek</title>
		<link>http://buffered.io/2008/08/13/sorting-things-out/comment-page-1/#comment-1085</link>
		<dc:creator>secretGeek</dc:creator>
		<pubDate>Thu, 14 Aug 2008 13:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://buffered.io/?p=466#comment-1085</guid>
		<description>hurry up with it then OJ. I&#039;ve been hitting refresh every five minutes waiting for this one.</description>
		<content:encoded><![CDATA[<p>hurry up with it then OJ. I&#8217;ve been hitting refresh every five minutes waiting for this one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OJ</title>
		<link>http://buffered.io/2008/08/13/sorting-things-out/comment-page-1/#comment-1084</link>
		<dc:creator>OJ</dc:creator>
		<pubDate>Wed, 13 Aug 2008 22:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://buffered.io/?p=466#comment-1084</guid>
		<description>Patience my friend, patience!

I&#039;m 90% of the way through the first in the series.</description>
		<content:encoded><![CDATA[<p>Patience my friend, patience!</p>
<p>I&#8217;m 90% of the way through the first in the series.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Greyling</title>
		<link>http://buffered.io/2008/08/13/sorting-things-out/comment-page-1/#comment-1082</link>
		<dc:creator>Robert Greyling</dc:creator>
		<pubDate>Wed, 13 Aug 2008 13:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://buffered.io/?p=466#comment-1082</guid>
		<description>Bring it on! Don&#039;t just tease us now you hear! :-)</description>
		<content:encoded><![CDATA[<p>Bring it on! Don&#8217;t just tease us now you hear! <img src='http://buffered.io/wp-content/plugins/smilies-themer/Silk/emoticon_smile.png' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjan`s World &#187; LINKBLOG for August 13, 2008</title>
		<link>http://buffered.io/2008/08/13/sorting-things-out/comment-page-1/#comment-1083</link>
		<dc:creator>Arjan`s World &#187; LINKBLOG for August 13, 2008</dc:creator>
		<pubDate>Wed, 13 Aug 2008 13:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://buffered.io/?p=466#comment-1083</guid>
		<description>[...] Sorting Things Out - OJ Reeves OJ starts a new series on sorting algorithms because far too often we don&#8217;t completely grasp them. And we should. [...]</description>
		<content:encoded><![CDATA[<p>[...] Sorting Things Out &#8211; OJ Reeves OJ starts a new series on sorting algorithms because far too often we don&#8217;t completely grasp them. And we should. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
