<?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: Shellsort PHP implementation</title>
	<atom:link href="http://blog.richardknop.com/2012/06/shellsort-php-implementation/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.richardknop.com/2012/06/shellsort-php-implementation/</link>
	<description>TDD, PHPUnit, RESTful Web Services, MVC, PHP 5.4, Zend Framework 1 &#38; 2,  Doctrine 2, Python, Django, AWS, JavaScript, Git, Security, Algorithms and much more</description>
	<lastBuildDate>Wed, 01 May 2013 20:31:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Amal Chan</title>
		<link>http://blog.richardknop.com/2012/06/shellsort-php-implementation/comment-page-1/#comment-1074</link>
		<dc:creator>Amal Chan</dc:creator>
		<pubDate>Tue, 30 Oct 2012 11:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.richardknop.com/?p=778#comment-1074</guid>
		<description><![CDATA[It is usually a generalisation of simpler algorithms  like Bubble  sort or Insertion sort. It starts with far apart elements. The gap between elements is then decreased after every edition.]]></description>
		<content:encoded><![CDATA[<p>It is usually a generalisation of simpler algorithms  like Bubble  sort or Insertion sort. It starts with far apart elements. The gap between elements is then decreased after every edition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Merge sort PHP implementation &#124; Zend Framework Blog</title>
		<link>http://blog.richardknop.com/2012/06/shellsort-php-implementation/comment-page-1/#comment-995</link>
		<dc:creator>Merge sort PHP implementation &#124; Zend Framework Blog</dc:creator>
		<pubDate>Wed, 27 Jun 2012 20:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.richardknop.com/?p=778#comment-995</guid>
		<description><![CDATA[[...] Shellsort PHP implementation [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Shellsort PHP implementation [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
