<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: The Insertion sort algorithm</title>
	<link>http://www.datastructures.info/the-insertion-sort-algorithm/</link>
	<description>Data structures, algorithms, e-books, usefull code and so on...</description>
	<pubDate>Fri, 05 Sep 2008 21:33:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: Daniele Simonin</title>
		<link>http://www.datastructures.info/the-insertion-sort-algorithm/#comment-78</link>
		<pubDate>Sat, 14 Apr 2007 17:28:37 +0000</pubDate>
		<guid>http://www.datastructures.info/the-insertion-sort-algorithm/#comment-78</guid>
					<description>It has linear complexity in the best-case.

Good post!</description>
		<content:encoded><![CDATA[<p>It has linear complexity in the best-case.</p>
<p>Good post!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Danielmiester</title>
		<link>http://www.datastructures.info/the-insertion-sort-algorithm/#comment-67</link>
		<pubDate>Tue, 10 Apr 2007 03:12:26 +0000</pubDate>
		<guid>http://www.datastructures.info/the-insertion-sort-algorithm/#comment-67</guid>
					<description>you either need to add a "return 0;" to the end of the code, or change the "int main()"
to "void main()" the reason it is erroring out is because the runtime is expecting to get a return value of type int. do  either of those items and it should work fine.
note: some compilers throw a fit if you don't return an expected data type.</description>
		<content:encoded><![CDATA[<p>you either need to add a &#8220;return 0;&#8221; to the end of the code, or change the &#8220;int main()&#8221;<br />
to &#8220;void main()&#8221; the reason it is erroring out is because the runtime is expecting to get a return value of type int. do  either of those items and it should work fine.<br />
note: some compilers throw a fit if you don&#8217;t return an expected data type.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: refikh</title>
		<link>http://www.datastructures.info/the-insertion-sort-algorithm/#comment-15</link>
		<pubDate>Tue, 23 Jan 2007 15:55:01 +0000</pubDate>
		<guid>http://www.datastructures.info/the-insertion-sort-algorithm/#comment-15</guid>
					<description>Did you try it in Dev C  , Restart your computer and recompile your program again, try to add before the last } return 0;

I guess it is something related to your computer, not to the code above because it works just fine!</description>
		<content:encoded><![CDATA[<p>Did you try it in Dev C  , Restart your computer and recompile your program again, try to add before the last } return 0;</p>
<p>I guess it is something related to your computer, not to the code above because it works just fine!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: kenkennyaknak</title>
		<link>http://www.datastructures.info/the-insertion-sort-algorithm/#comment-14</link>
		<pubDate>Tue, 23 Jan 2007 15:51:12 +0000</pubDate>
		<guid>http://www.datastructures.info/the-insertion-sort-algorithm/#comment-14</guid>
					<description>Hey thanks!

I just copied your program. Tweaked it a little, made it possible to enter 10 numbers to be sorted. It worked!!!!
However I'm still confused and puzzled why the software prompts that it encountered an error and needs to shut down after it has executed the program.
Anyone who can help me?
Could someone explain.
I'm studying Information Technology, first year, it would be so much help if you could unravel this "sort of a mystery".
Thanks a LOT!!!</description>
		<content:encoded><![CDATA[<p>Hey thanks!</p>
<p>I just copied your program. Tweaked it a little, made it possible to enter 10 numbers to be sorted. It worked!!!!<br />
However I&#8217;m still confused and puzzled why the software prompts that it encountered an error and needs to shut down after it has executed the program.<br />
Anyone who can help me?<br />
Could someone explain.<br />
I&#8217;m studying Information Technology, first year, it would be so much help if you could unravel this &#8220;sort of a mystery&#8221;.<br />
Thanks a LOT!!!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
