<?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>DataStructure Archives - Web Rewrite</title>
	<atom:link href="https://webrewrite.com/tag/datastructure/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Technology Blog Where You Find Programming Tips and Tricks</description>
	<lastBuildDate>Sat, 26 Sep 2020 06:11: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>
	<item>
		<title>Binary Search Program in C</title>
		<link>https://webrewrite.com/c-program-implement-binary-search-algorithm/</link>
					<comments>https://webrewrite.com/c-program-implement-binary-search-algorithm/#disqus_thread</comments>
		
		<dc:creator><![CDATA[WebRewrite]]></dc:creator>
		<pubDate>Mon, 25 Aug 2014 16:57:13 +0000</pubDate>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[Search Algo]]></category>
		<category><![CDATA[Binary Search]]></category>
		<category><![CDATA[DataStructure]]></category>
		<category><![CDATA[SearchAlgo]]></category>
		<guid isPermaLink="false">http://webrewrite.com/?p=1508</guid>

					<description><![CDATA[<p> <a class="continue-reading-link" href="https://webrewrite.com/c-program-implement-binary-search-algorithm/"> <span class="meta-nav">&#8594; </span></a></p>
<p>The post <a href="https://webrewrite.com/c-program-implement-binary-search-algorithm/">Binary Search Program in C</a> appeared first on <a href="https://webrewrite.com">Web Rewrite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://webrewrite.com/c-program-implement-binary-search-algorithm/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Program to Print Middle Element of a Linked List</title>
		<link>https://webrewrite.com/write-program-findprint-middle-element-linked-list/</link>
					<comments>https://webrewrite.com/write-program-findprint-middle-element-linked-list/#disqus_thread</comments>
		
		<dc:creator><![CDATA[WebRewrite]]></dc:creator>
		<pubDate>Thu, 24 Jul 2014 01:27:22 +0000</pubDate>
				<category><![CDATA[LinkedList]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[DataStructure]]></category>
		<category><![CDATA[InterviewQuestions]]></category>
		<guid isPermaLink="false">http://webrewrite.com/?p=1470</guid>

					<description><![CDATA[<p> <a class="continue-reading-link" href="https://webrewrite.com/write-program-findprint-middle-element-linked-list/"> <span class="meta-nav">&#8594; </span></a></p>
<p>The post <a href="https://webrewrite.com/write-program-findprint-middle-element-linked-list/">Program to Print Middle Element of a Linked List</a> appeared first on <a href="https://webrewrite.com">Web Rewrite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://webrewrite.com/write-program-findprint-middle-element-linked-list/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Stack Program in C using an Array &#8211; Stack Tutorial Part &#8211; I</title>
		<link>https://webrewrite.com/write-program-implement-stack-using-array/</link>
					<comments>https://webrewrite.com/write-program-implement-stack-using-array/#disqus_thread</comments>
		
		<dc:creator><![CDATA[WebRewrite]]></dc:creator>
		<pubDate>Sat, 10 May 2014 13:51:32 +0000</pubDate>
				<category><![CDATA[Array]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Stack]]></category>
		<category><![CDATA[DataStructure]]></category>
		<category><![CDATA[Interview Questions]]></category>
		<guid isPermaLink="false">http://webrewrite.com/?p=1408</guid>

					<description><![CDATA[<p> <a class="continue-reading-link" href="https://webrewrite.com/write-program-implement-stack-using-array/"> <span class="meta-nav">&#8594; </span></a></p>
<p>The post <a href="https://webrewrite.com/write-program-implement-stack-using-array/">Stack Program in C using an Array &#8211; Stack Tutorial Part &#8211; I</a> appeared first on <a href="https://webrewrite.com">Web Rewrite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://webrewrite.com/write-program-implement-stack-using-array/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Selection Sort Program in C</title>
		<link>https://webrewrite.com/what-is-selection-sort-and-write-selection-sort-program/</link>
					<comments>https://webrewrite.com/what-is-selection-sort-and-write-selection-sort-program/#disqus_thread</comments>
		
		<dc:creator><![CDATA[WebRewrite]]></dc:creator>
		<pubDate>Fri, 27 Jan 2012 14:36:00 +0000</pubDate>
				<category><![CDATA[Array]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Sorting Algo]]></category>
		<category><![CDATA[DataStructure]]></category>
		<category><![CDATA[Selection Sort]]></category>
		<category><![CDATA[Sorting]]></category>
		<guid isPermaLink="false">http://webrewrite.com/what-is-selection-sort-and-write-selection-sort-program/</guid>

					<description><![CDATA[<p> <a class="continue-reading-link" href="https://webrewrite.com/what-is-selection-sort-and-write-selection-sort-program/"> <span class="meta-nav">&#8594; </span></a></p>
<p>The post <a href="https://webrewrite.com/what-is-selection-sort-and-write-selection-sort-program/">Selection Sort Program in C</a> appeared first on <a href="https://webrewrite.com">Web Rewrite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://webrewrite.com/what-is-selection-sort-and-write-selection-sort-program/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
