<?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>Uncategorized Archives - TECHAntena</title>
	<atom:link href="https://www.techantena.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.techantena.com/category/uncategorized/</link>
	<description>Tech &#38; Programming Tutorials</description>
	<lastBuildDate>Sun, 17 Jul 2016 07:37:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.techantena.com/wp-content/uploads/2019/03/logo_icon.png</url>
	<title>Uncategorized Archives - TECHAntena</title>
	<link>https://www.techantena.com/category/uncategorized/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">109684828</site>	<item>
		<title>Introduction to Digital Electronics</title>
		<link>https://www.techantena.com/1258/introduction-to-digital-electronics/</link>
					<comments>https://www.techantena.com/1258/introduction-to-digital-electronics/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sun, 17 Jul 2016 07:37:44 +0000</pubDate>
				<category><![CDATA[Digital Electronics]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DE Tutorials]]></category>
		<guid isPermaLink="false">https://techantena.com/?p=1258</guid>

					<description><![CDATA[<p>Digital Electronics is the electronics of digital signals. Digital Electronics represents only two possible states. These states are represented by two different voltage levels, HIGH and LOW. The two states number system is called binary number system which has only two digits 0 and 1. In the general case, the no voltage (eg., 0v) represents [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/1258/introduction-to-digital-electronics/">Introduction to Digital Electronics</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/1258/introduction-to-digital-electronics/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1258</post-id>	</item>
		<item>
		<title>C++ program to sort an array of elements using Quick sort</title>
		<link>https://www.techantena.com/1016/c-program-to-sort-an-array-of-elements-using-quick-sort/</link>
					<comments>https://www.techantena.com/1016/c-program-to-sort-an-array-of-elements-using-quick-sort/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sun, 19 Jun 2016 16:38:58 +0000</pubDate>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Programing]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Programs]]></category>
		<guid isPermaLink="false">https://techantena.com/?p=1016</guid>

					<description><![CDATA[<p>Aim: To write a program to sort an array of elements using quick sort technique. Algorithm: QUICK (A, N, BEG, END, LOC) This algorithm sorts an array A of elements N. 1.    [Initialize. ] TOP : = NULL. 2.    [Push boundary values of A onto stacks when A has 2 or more elements [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/1016/c-program-to-sort-an-array-of-elements-using-quick-sort/">C++ program to sort an array of elements using Quick sort</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/1016/c-program-to-sort-an-array-of-elements-using-quick-sort/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1016</post-id>	</item>
		<item>
		<title>C++ program to sort an array of elements using Insertion Sort</title>
		<link>https://www.techantena.com/1005/c-program-to-sort-an-array-of-elements-using-insertion-sort/</link>
					<comments>https://www.techantena.com/1005/c-program-to-sort-an-array-of-elements-using-insertion-sort/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sun, 19 Jun 2016 04:10:28 +0000</pubDate>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Programing]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Programs]]></category>
		<guid isPermaLink="false">https://techantena.com/?p=1005</guid>

					<description><![CDATA[<p>Aim: To write a program to an array of elements using insertion sort technique. Algorithm: INSERTION ( A, N) This algorithm sorts an array A with N elements.   Set A[0] : = -∞. [Initializes sentinel element]   Repeat steps 3 to 5 for K = 2,3, . . . . , N:    Set TEMP [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/1005/c-program-to-sort-an-array-of-elements-using-insertion-sort/">C++ program to sort an array of elements using Insertion Sort</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/1005/c-program-to-sort-an-array-of-elements-using-insertion-sort/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1005</post-id>	</item>
	</channel>
</rss>
