hacktoberfest2021 icon indicating copy to clipboard operation
hacktoberfest2021 copied to clipboard

SparseMatrix Algorithm

Open YuvrajSHAD opened this issue 4 years ago • 0 comments

The algorithm to check whether a matrix is sparse or not! A sparse matrix is a matrix that is comprised of mostly zero values. Sparse matrices are distinct from matrices with mostly non-zero values, which are referred to as dense matrices.

YuvrajSHAD avatar Oct 22 '21 11:10 YuvrajSHAD