Sparse Array

Home > Computer Science > Algorithms and data structures > Arrays > Sparse Array

An array where most of the elements are zero, which can be useful for large matrices where most of the elements are not needed.