Array: meaning, definitions and examples
๐
array
[ หษหreษช ]
data structure
An array is a data structure consisting of a collection of elements, each identified by at least one array index or key. It is used to store multiple values in a single variable.
Synonyms
collection, list, sequence
Examples of usage
- An array can store integers, strings, objects, or even other arrays.
- Accessing elements in an array is typically done by specifying the index of the element.
computing
In computing, an array is a series of elements of the same type placed in contiguous memory locations that can be individually referenced by adding an index to a base value.
Synonyms
Examples of usage
- Arrays are commonly used for storing variables, data structures, and more complex entities.
Translations
Translations of the word "array" in other languages:
๐ต๐น array
- matriz
- arranjo
๐ฎ๐ณ เคธเคฐเคฃเฅ
๐ฉ๐ช Array
- Feld
- Anordnung
๐ฎ๐ฉ array
- larik
- susunan
๐บ๐ฆ ะผะฐัะธะฒ
๐ต๐ฑ tablica
- zbiรณr
- szyk
๐ฏ๐ต ้ ๅ
๐ซ๐ท tableau
- matrice
- ensemble
๐ช๐ธ matriz
- arreglo
- conjunto
๐น๐ท dizi
๐ฐ๐ท ๋ฐฐ์ด
๐ธ๐ฆ ู ุตูููุฉ
๐จ๐ฟ pole
- ลada
- soubor
๐ธ๐ฐ pole
- rad
- sรบbor
๐จ๐ณ ๆฐ็ป
๐ธ๐ฎ polje
- niz
- matrika
๐ฎ๐ธ fylki
๐ฐ๐ฟ ะผะฐััะธะฒ
๐ฌ๐ช แแแกแแแ
๐ฆ๐ฟ massiv
๐ฒ๐ฝ matriz
- arreglo
- conjunto
Etymology
The term 'array' originated from the Latin word 'arraiare', which means 'to place in a row'. The concept of arrays in computer science dates back to the early days of programming languages and has evolved to become a fundamental data structure in modern computing.
See also: disarray.