Data Structures

Select the correct name for: a matrix in which most of the elements are zero, often stored using specialized structures to save memory.

Correct answer

B. Sparse matrix

Explanation

Sparse matrix refers to a matrix in which most of the elements are zero, often stored using specialized structures to save memory.