Matrix (data structure)

From Esolang
Jump to navigation Jump to search
Not to be confused with Matrix.
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

A matrix is a data structure that can serve as an esoteric programming language's memory. The number of matrices may vary. Many languages have other methods of data storing as well.

Structure

The matrix is a grid-like data structure. Both the width and height are finite and usually square.

See also