<?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>dequeue &#8211; Database Math </title>
	<atom:link href="https://databasemath.com/tag/dequeue/feed/" rel="self" type="application/rss+xml" />
	<link>https://databasemath.com</link>
	<description>Database mathematics and more pragmatic information.</description>
	<lastBuildDate>Tue, 31 Aug 2021 13:35:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.1</generator>
	<item>
		<title>Data Structures: Queue</title>
		<link>https://databasemath.com/2021/08/31/data-structures-queue/</link>
					<comments>https://databasemath.com/2021/08/31/data-structures-queue/#respond</comments>
		
		<dc:creator><![CDATA[Avery Lane]]></dc:creator>
		<pubDate>Tue, 31 Aug 2021 13:35:31 +0000</pubDate>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[data structures]]></category>
		<category><![CDATA[dequeue]]></category>
		<category><![CDATA[enqueue]]></category>
		<category><![CDATA[queue]]></category>
		<category><![CDATA[queuing system]]></category>
		<guid isPermaLink="false">https://databasemath.com/?p=386</guid>

					<description><![CDATA[A Queue is a FIFO (First In First Out — the element placed at first can be accessed at first) structure which can be commonly found in many programming languages. This structure is named as &#8220;queue&#8221; because it resembles a real-world queue — people waiting in a queue (line). Just like in like real life, &#8230; <a href="https://databasemath.com/2021/08/31/data-structures-queue/" class="more-link">Continue reading<span class="screen-reader-text"> "Data Structures: Queue"</span></a>]]></description>
		
					<wfw:commentRss>https://databasemath.com/2021/08/31/data-structures-queue/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
