Vidyalelo
Data Structure · Q124

Arrays in Data Structures

Programming · Data Structure · question 124

Q124

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

A.
Sparse array can hold more elements than a normal array
B.
Sparse array is memory efficient
Answer
C.
Sparse array is dynamic
D.
A naive array is more efficient

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board