Computer Science, asked by princekhiron11, 5 days ago

how do you represented a sparse matrices​

Answers

Answered by priyanshusharma7047
0

Answer:

Sparse matrix is a matrix which contains very few non-zero elements. When a sparse matrix is represented with a 2-dimensional array, we waste a lot of space to represent that matrix. For example, consider a matrix of size 100 X 100 containing only 10 non-zero elements.

Similar questions