File:1D_array_diagram.svg · Wikimedia Commons · See Wikimedia Commons
Also known as array, array index, arrays, sequence
data structure holding elements in a contiguous memory block
An array is a way to store multiple items of data in your computer's memory in one organized, continuous block, making it easy to quickly access any item you need by its position. Arrays are useful because they're simple to understand and let programs retrieve information very fast, which is why they're one of the most fundamental tools in computer programming.
AI-generated from the Wikipedia summary — may contain errors.
Wikidata facts
- Image
- Array1.svg
Show 4 more facts
- Commons category
- Array data structure
- Stack Exchange tag
- cs.stackexchange.com/tags/arrays
- name in kana
- はいれつ
- P13411
- alcohols
via Wikidata · CC0
Article · 日本語
この記事では、コンピュータ・プログラムにおいて配列(はいれつ、英: array)と呼ばれているデータ構造およびデータ型について説明する。計算科学方面ではベクトルという場合もある。また、リストも参照。一般に、添え字で個々の要素を区別する。
Abstract from DBpedia / Wikipedia · CC BY-SA