Select the correct name for: a matrix in which most of the elements are zero, often stored using specialized structures to save memory.
- A. Adjacency matrix
- B. Sparse matrix ✓
- C. Linear probing
- D. Load factor
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.