What is the difference between a normal(naive) array and a sparse array?
Posted: Wed Jul 13, 2022 7:42 pm
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
b) Sparse array is memory efficient
c) Sparse array is dynamic
d) A naive array is more efficient