InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following is a Special Sparse Matrix?(a) Band Matrix(b) Skew Matrix(c) Null matrix(d) Unit matrixThe doubt is from Arrays Types in section Arrays Types of Data Structures & Algorithms IThis question was addressed to me in quiz. |
|
Answer» CORRECT choice is (a) Band Matrix For explanation: A band matrix is a sparse matrix whose NON zero ELEMENTS are bounded to a diagonal band, comprising the main diagonal and zero or more diagonals on EITHER side. |
|