Page 1 of 1

What is the difference between a normal(naive) array and a sparse array?

Posted: Wed Jul 13, 2022 7:42 pm
by answerhappygod
a) Sparse array can hold more elements than a normal array
b) Sparse array is memory efficient
c) Sparse array is dynamic
d) A naive array is more efficient