Data Structures

Which statement correctly explains Sparse matrix?

Correct answer

B. A matrix in which most of the elements are zero, often stored using specialized structures to save memory.

Explanation

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