0
4.0kviews
Discuss how memory allocation for a sparse matrix can be optimized using a linked list. Write a C-program for the same.
1 Answer
0
35views
  • A matrix is a two-dimensional data object which contains m rows and n columns. The total number of values in a matrix is given by m*n.
  • It can be visualized as a tabular representation of a collection of data.
  • Matrix have a huge application in the field of computers wherein …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.