Computer Science, asked by shivamdixit9015, 9 months ago

What is sparse matrix with example in data structures?

Answers

Answered by CUTEB0Y
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.

Answered by chandrukannan419
0

Answer:

write the 1/3 SPARC matrix

Similar questions