Category
page 1Arrays
array data structure
data structure holding elements in a contiguous memory block
sparse matrix
matrix in which most of the elements are zero
lookup table
array data structure that replaces runtime computation with a simpler array indexing operation
circular buffer
data structure
bit array
array data structure that compactly stores bits
dynamic array
random-access, variable-size list data structure that allows elements to be added or removed
suffix array
computer science term: sorted array of all suffixes of a string
parallel array
form of implicit data structure that uses multiple arrays to represent a singular array of records
Array
An array is a systematic arrangement of similar objects, usually in rows and columns.
thumb|The little push-buttons on the upper part of the right electronic device are arranged in an array with 3 columns and 4 rows. The two devices themselves form a very simple array of 2 columns and 1 row.
Things called an array include:
range
concept in computer programming
LCP array
auxiliary data structure to the suffix array
array data type
data type that represents a collection of elements (values or variables)
bounds checking
technique in computer science where variables are ensured to be within bounds before use
variable-length array
data structure in programming
gap buffer
dynamic array data structure
jagged array
kind of multidimensional array