!!! Overview
[{$pagename}] is a [Data Structure] that is a collection of [data] elements stored at contiguous memory locations.


[{$pagename}] concept is to store multiple [data] elements of the same [Data type]type together which 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 (generally denoted by the name of the array).



[{$pagename}] could be a list that is arranged in multiple dimensions. 

A multi-dimensional [{$pagename}] is a [vector] of [vectors] that are all of the same length.

!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]