<?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: Computer Algorithms: Insertion Sort</title>
	<atom:link href="/2012/02/13/computer-algorithms-insertion-sort/feed/" rel="self" type="application/rss+xml" />
	<link>/2012/02/13/computer-algorithms-insertion-sort/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: java2novice</title>
		<link>/2012/02/13/computer-algorithms-insertion-sort/comment-page-1/#comment-19613</link>
		<dc:creator><![CDATA[java2novice]]></dc:creator>
		<pubDate>Wed, 30 Oct 2013 16:59:48 +0000</pubDate>
		<guid isPermaLink="false">/?p=2711#comment-19613</guid>
		<description><![CDATA[For java implementation visit &lt;a href=&quot;http://java2novice.com/java-sorting-algorithms/insertion-sort/&quot; rel=&quot;nofollow&quot;&gt;Java2novice insertion sort&lt;/a&gt;.]]></description>
		<content:encoded><![CDATA[<p>For java implementation visit <a href="http://java2novice.com/java-sorting-algorithms/insertion-sort/" rel="nofollow">Java2novice insertion sort</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozgur Uksal</title>
		<link>/2012/02/13/computer-algorithms-insertion-sort/comment-page-1/#comment-19198</link>
		<dc:creator><![CDATA[Ozgur Uksal]]></dc:creator>
		<pubDate>Sun, 18 Aug 2013 06:53:46 +0000</pubDate>
		<guid isPermaLink="false">/?p=2711#comment-19198</guid>
		<description><![CDATA[You have mistaken by saying, &quot;If the length of the array is n the algorithm is considered completed in n-1 steps.&quot; If the input is already sorted, then the best case takes N-steps, not N-1; The reason is that the outer loop header is executed one more time before exit.]]></description>
		<content:encoded><![CDATA[<p>You have mistaken by saying, &#8220;If the length of the array is n the algorithm is considered completed in n-1 steps.&#8221; If the input is already sorted, then the best case takes N-steps, not N-1; The reason is that the outer loop header is executed one more time before exit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hitesh kumar</title>
		<link>/2012/02/13/computer-algorithms-insertion-sort/comment-page-1/#comment-16495</link>
		<dc:creator><![CDATA[hitesh kumar]]></dc:creator>
		<pubDate>Thu, 23 Aug 2012 04:27:27 +0000</pubDate>
		<guid isPermaLink="false">/?p=2711#comment-16495</guid>
		<description><![CDATA[not satisfactory]]></description>
		<content:encoded><![CDATA[<p>not satisfactory</p>
]]></content:encoded>
	</item>
</channel>
</rss>
