<?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: Shell Sort Algorithm</title>
	<atom:link href="http://www.codingunit.com/shell-sort-algorithm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codingunit.com/shell-sort-algorithm</link>
	<description>CodingUnit is your online resource for learning to program. Tutorials on C, C++, PHP, Python, MySQL, Java, JQuery, Opengl, DirectX and much more!</description>
	<lastBuildDate>Tue, 31 Jan 2012 14:33:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Ann Ghie</title>
		<link>http://www.codingunit.com/shell-sort-algorithm/comment-page-1#comment-3311</link>
		<dc:creator>Ann Ghie</dc:creator>
		<pubDate>Tue, 15 Mar 2011 09:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=68#comment-3311</guid>
		<description>tnx....</description>
		<content:encoded><![CDATA[<p>tnx&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nasios</title>
		<link>http://www.codingunit.com/shell-sort-algorithm/comment-page-1#comment-3212</link>
		<dc:creator>nasios</dc:creator>
		<pubDate>Sun, 23 Jan 2011 10:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=68#comment-3212</guid>
		<description>How can I convert this algorithm for emu8086?</description>
		<content:encoded><![CDATA[<p>How can I convert this algorithm for emu8086?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rica palmagil</title>
		<link>http://www.codingunit.com/shell-sort-algorithm/comment-page-1#comment-1989</link>
		<dc:creator>rica palmagil</dc:creator>
		<pubDate>Fri, 10 Dec 2010 07:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=68#comment-1989</guid>
		<description>thank you so much! it help me all the way..=)</description>
		<content:encoded><![CDATA[<p>thank you so much! it help me all the way..=)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Connie</title>
		<link>http://www.codingunit.com/shell-sort-algorithm/comment-page-1#comment-970</link>
		<dc:creator>Connie</dc:creator>
		<pubDate>Tue, 22 Jun 2010 16:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=68#comment-970</guid>
		<description>is it posible to apply shell sort in guest book???? help...</description>
		<content:encoded><![CDATA[<p>is it posible to apply shell sort in guest book???? help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.codingunit.com/shell-sort-algorithm/comment-page-1#comment-955</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 01 Jun 2010 18:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=68#comment-955</guid>
		<description>Removed the unused variable j from the example, thanks for that!
Also added the changes you suggested, you can see them now in the tutorial. </description>
		<content:encoded><![CDATA[<p>Removed the unused variable j from the example, thanks for that!<br />
Also added the changes you suggested, you can see them now in the tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siddhartha gupta</title>
		<link>http://www.codingunit.com/shell-sort-algorithm/comment-page-1#comment-950</link>
		<dc:creator>Siddhartha gupta</dc:creator>
		<pubDate>Fri, 28 May 2010 20:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=68#comment-950</guid>
		<description>Also,I was wondering the use of flag? ..I&#039;m assuming it has been used just to make sure that the loop runs atleast once..though we can use a do-while loop to do the same right?
I did that and it worked ;)</description>
		<content:encoded><![CDATA[<p>Also,I was wondering the use of flag? ..I&#8217;m assuming it has been used just to make sure that the loop runs atleast once..though we can use a do-while loop to do the same right?<br />
I did that and it worked <img src='http://www.codingunit.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siddhartha gupta</title>
		<link>http://www.codingunit.com/shell-sort-algorithm/comment-page-1#comment-949</link>
		<dc:creator>Siddhartha gupta</dc:creator>
		<pubDate>Fri, 28 May 2010 20:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=68#comment-949</guid>
		<description>Thanks very helpful indeed...this sorts in descending order though :)
Also, an unrequired &#039;j&#039; has been declared</description>
		<content:encoded><![CDATA[<p>Thanks very helpful indeed&#8230;this sorts in descending order though <img src='http://www.codingunit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Also, an unrequired &#8216;j&#8217; has been declared</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pranav asthana</title>
		<link>http://www.codingunit.com/shell-sort-algorithm/comment-page-1#comment-177</link>
		<dc:creator>pranav asthana</dc:creator>
		<pubDate>Sun, 08 Nov 2009 18:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=68#comment-177</guid>
		<description>very helpfull indeed thanks!</description>
		<content:encoded><![CDATA[<p>very helpfull indeed thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

