Q33
Which of the following is true about array-based lists?
A.
They allow for easy insertion/deletion
B.
They offer O(1) access time by index
AnswerC.
They automatically resize
D.
They do not require contiguous memory
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board