array data structure
data structure holding elements in a contiguous memory block
lookup table
array data structure that replaces runtime computation with a simpler array indexing operation
control table
data structure
suffix array
computer science term: sorted array of all suffixes of a string
random number table
table of random numbers
variable-length array
data structure in programming
matrix
rectangular array of numbers, symbols, or expressions, arranged in rows and columns
dynamic array
random-access, variable-size list data structure that allows elements to be added or removed
bit field
data structure used in computer programming
bit array
array data structure that compactly stores bits
dope vector
data structure
sorted array
array data structure in which each element is sorted in numerical, alphabetical, or some other order
dot matrix
2-dimensional patterned array, used to represent characters, symbols and images
parallel array
form of implicit data structure that uses multiple arrays to represent a singular array of records
inversion list
data structure