Array

1 revision
#11 week ago
+6
Migrated from pages table
+An **array** is a fundamental [Data Structure](/wiki/data-structure), a collection of items stored at contiguous [Memory](/wiki/memory) locations. Each element can be accessed swiftly using an index, creating an ordered sequence ready for processing.
+## See also
+- [List](/wiki/list)
+- [Vector](/wiki/vector)
+- [Matrix](/wiki/matrix)
... 1 more lines