<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Science Dictionary &#187; Index I</title>
	<atom:link href="http://www.mysciencedictionary.com/category/index-i/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysciencedictionary.com</link>
	<description>Definition of Education</description>
	<lastBuildDate>Mon, 16 Aug 2010 06:24:45 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Insertion Sort Program</title>
		<link>http://www.mysciencedictionary.com/insertion-sort-program/</link>
		<comments>http://www.mysciencedictionary.com/insertion-sort-program/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 07:47:22 +0000</pubDate>
		<dc:creator>aman</dc:creator>
				<category><![CDATA[Index I]]></category>
		<category><![CDATA[Programs]]></category>
		<category><![CDATA[C++ Program]]></category>

		<guid isPermaLink="false">http://www.mysciencedictionary.com/?p=435</guid>
		<description><![CDATA[Source Code of Insertion Sort, provide you also the .CPP file for direct download, direct run in Compiler]]></description>
			<content:encoded><![CDATA[<h2><span style="font-size: small;">Here is the Program of Insertion Sort</span></h2>
<p style="text-align: justify;">Sorting refers to arranging elements of an Array in increment or in decrement order, <strong>Insertion Sort</strong> is also a type of sorting technique.</p>
<p>See below the <strong>Source Code of Insertion Sort</strong></p>
<blockquote>
<pre>void main()
{
 clrscr();
 int a[11],i,j,temp;
 cout&lt;&lt;"\n\t Enter 10 Values :\t";
 for(i=1;i&lt;=10;i++)
 {
  cin&gt;&gt;a[i];
 }       ...... [ <a href="http://www.mysciencedictionary.com/wp-content/uploads/programs/insertion-sort.CPP" target="_blank">Read More</a> ]</pre>
</blockquote>
<p>Direct Download [.CPP format] &#8211; <a href="http://www.mysciencedictionary.com/wp-content/uploads/programs/insertion-sort.CPP" target="_blank">Insertion Sort Program</a></p>
<p>[To download file, just Right Click and click Save Target As]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mysciencedictionary.com/insertion-sort-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Definition of Inhibitors (Catalysis)</title>
		<link>http://www.mysciencedictionary.com/definition-of-inhibitors-catalysis/</link>
		<comments>http://www.mysciencedictionary.com/definition-of-inhibitors-catalysis/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 20:11:44 +0000</pubDate>
		<dc:creator>djeet</dc:creator>
				<category><![CDATA[Catalyst]]></category>
		<category><![CDATA[Index I]]></category>

		<guid isPermaLink="false">http://www.mysciencedictionary.com/?p=180</guid>
		<description><![CDATA[Inhibitors (Catalysis) are substances which decrease the activity of catalyst. Inhibitors are also called catalytic poisons.]]></description>
			<content:encoded><![CDATA[<p>Inhibitors (Catalysis) are substances which decrease the activity of catalyst. Inhibitors are also called catalytic poisons.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mysciencedictionary.com/definition-of-inhibitors-catalysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

