Data structure. One-dimensional array. | Page 4

Data Structures Topic: Static Memory Subtopic: One-dimensional Arrays

They are the simple’s arrangements and consist of a single index, also called vectors.

Notation

: It could be in different ways. For example:

Array [0 ... 9] of integers: Vector

Vector: x

14 43

....

4

Components

x0 x1 x9

Indices

X refers to the entire vector, while x0, or x1 refers to the elements individually.