<?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>Data structure Archives - Web Rewrite</title>
	<atom:link href="https://webrewrite.com/tag/data-structure-2/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Technology Blog Where You Find Programming Tips and Tricks</description>
	<lastBuildDate>Fri, 18 Mar 2022 02:28: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>MCQ on Stack and Queue &#8211; Data Structure Practice Questions</title>
		<link>https://webrewrite.com/mcq-on-data-structure-stack-and-queue/</link>
					<comments>https://webrewrite.com/mcq-on-data-structure-stack-and-queue/#disqus_thread</comments>
		
		<dc:creator><![CDATA[WebRewrite]]></dc:creator>
		<pubDate>Sun, 16 Aug 2015 09:54:45 +0000</pubDate>
				<category><![CDATA[Data Structure]]></category>
		<category><![CDATA[ObjectiveQuestions]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Queue]]></category>
		<category><![CDATA[Stack]]></category>
		<category><![CDATA[Data structure]]></category>
		<guid isPermaLink="false">http://webrewrite.com/?p=1854</guid>

					<description><![CDATA[<p> <a class="continue-reading-link" href="https://webrewrite.com/mcq-on-data-structure-stack-and-queue/"> <span class="meta-nav">&#8594; </span></a></p>
<p>The post <a href="https://webrewrite.com/mcq-on-data-structure-stack-and-queue/">MCQ on Stack and Queue &#8211; Data Structure Practice Questions</a> appeared first on <a href="https://webrewrite.com">Web Rewrite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://webrewrite.com/mcq-on-data-structure-stack-and-queue/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Queue Data Structure Implementation Using an Array</title>
		<link>https://webrewrite.com/programcode-implement-queue-using-array/</link>
					<comments>https://webrewrite.com/programcode-implement-queue-using-array/#disqus_thread</comments>
		
		<dc:creator><![CDATA[WebRewrite]]></dc:creator>
		<pubDate>Sun, 10 Aug 2014 10:29:34 +0000</pubDate>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[Queue]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[Data structure]]></category>
		<guid isPermaLink="false">http://webrewrite.com/?p=1495</guid>

					<description><![CDATA[<p> <a class="continue-reading-link" href="https://webrewrite.com/programcode-implement-queue-using-array/"> <span class="meta-nav">&#8594; </span></a></p>
<p>The post <a href="https://webrewrite.com/programcode-implement-queue-using-array/">Queue Data Structure Implementation Using an Array</a> appeared first on <a href="https://webrewrite.com">Web Rewrite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://webrewrite.com/programcode-implement-queue-using-array/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>C Program to Reverse a Linked List</title>
		<link>https://webrewrite.com/write-program-reverse-linked-list/</link>
					<comments>https://webrewrite.com/write-program-reverse-linked-list/#disqus_thread</comments>
		
		<dc:creator><![CDATA[WebRewrite]]></dc:creator>
		<pubDate>Sun, 27 Apr 2014 07:31:17 +0000</pubDate>
				<category><![CDATA[LinkedList]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Data structure]]></category>
		<category><![CDATA[linked list]]></category>
		<guid isPermaLink="false">http://webrewrite.com/?p=1403</guid>

					<description><![CDATA[<p> <a class="continue-reading-link" href="https://webrewrite.com/write-program-reverse-linked-list/"> <span class="meta-nav">&#8594; </span></a></p>
<p>The post <a href="https://webrewrite.com/write-program-reverse-linked-list/">C Program to Reverse a Linked List</a> appeared first on <a href="https://webrewrite.com">Web Rewrite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://webrewrite.com/write-program-reverse-linked-list/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Find Duplicate Elements in an Array &#8211; Java Program</title>
		<link>https://webrewrite.com/find-duplicate-element-in-an-array-with-minimum-complexity/</link>
					<comments>https://webrewrite.com/find-duplicate-element-in-an-array-with-minimum-complexity/#disqus_thread</comments>
		
		<dc:creator><![CDATA[WebRewrite]]></dc:creator>
		<pubDate>Sun, 24 Jun 2012 16:04:00 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[Data structure]]></category>
		<category><![CDATA[Find Duplicate Elements in an Array]]></category>
		<guid isPermaLink="false">http://webrewrite.com/find-duplicate-element-in-an-array-with-minimum-complexity/</guid>

					<description><![CDATA[<p> <a class="continue-reading-link" href="https://webrewrite.com/find-duplicate-element-in-an-array-with-minimum-complexity/"> <span class="meta-nav">&#8594; </span></a></p>
<p>The post <a href="https://webrewrite.com/find-duplicate-element-in-an-array-with-minimum-complexity/">Find Duplicate Elements in an Array &#8211; Java Program</a> appeared first on <a href="https://webrewrite.com">Web Rewrite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://webrewrite.com/find-duplicate-element-in-an-array-with-minimum-complexity/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Bubble Sort Program, Algorithm &#038; their Time Complexity</title>
		<link>https://webrewrite.com/bubble-sort/</link>
					<comments>https://webrewrite.com/bubble-sort/#disqus_thread</comments>
		
		<dc:creator><![CDATA[WebRewrite]]></dc:creator>
		<pubDate>Sat, 24 Sep 2011 16:25:00 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Sorting Algo]]></category>
		<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[Bubble sort]]></category>
		<category><![CDATA[Data structure]]></category>
		<category><![CDATA[Sorting Algorithm]]></category>
		<guid isPermaLink="false">http://webrewrite.com/bubble-sort/</guid>

					<description><![CDATA[<p> <a class="continue-reading-link" href="https://webrewrite.com/bubble-sort/"> <span class="meta-nav">&#8594; </span></a></p>
<p>The post <a href="https://webrewrite.com/bubble-sort/">Bubble Sort Program, Algorithm &#038; their Time Complexity</a> appeared first on <a href="https://webrewrite.com">Web Rewrite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://webrewrite.com/bubble-sort/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
