<?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>contiguous &#8211; Database Math </title>
	<atom:link href="https://databasemath.com/tag/contiguous/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:05:14 +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: Array</title>
		<link>https://databasemath.com/2021/08/31/data-structures-array/</link>
					<comments>https://databasemath.com/2021/08/31/data-structures-array/#respond</comments>
		
		<dc:creator><![CDATA[Avery Lane]]></dc:creator>
		<pubDate>Tue, 31 Aug 2021 13:05:07 +0000</pubDate>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[contiguous]]></category>
		<category><![CDATA[Data structure]]></category>
		<guid isPermaLink="false">https://databasemath.com/?p=377</guid>

					<description><![CDATA[An array is a collection of items stored at contiguous memory locations. The idea is to store multiple items of the same type together. This makes it easier to calculate the position of each element by simply adding an offset to a base value, i.e., the memory location of the first element of the array. &#8230; <a href="https://databasemath.com/2021/08/31/data-structures-array/" class="more-link">Continue reading<span class="screen-reader-text"> "Data Structures: Array"</span></a>]]></description>
		
					<wfw:commentRss>https://databasemath.com/2021/08/31/data-structures-array/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
