Multi-dimensional Array

Home > Computer Science > Programming Languages > Arrays > Multi-dimensional Array

This is an array with more than one dimension. For example, a two-dimensional array can be used to represent a matrix or grid.