Previous: Data Structures Up: Data Structures Next: Ways to create arrays

Arrays

Arrays are data structures that consist of only one type of scalar value (e.g., a vector of character strings, or a matrix of numeric values). The most common versions, one-dimensional and two-dimensional arrays, are known as vectors and matrices, respectively.



Subsections

Gary King 2011-11-29