176k views
3 votes
Unlike a vector, a deque: provides efficient insertion and deletion only at its front. does not provide indexed access with the subscript operator. is not stored in contiguous memory. cannot store as many different data types.

1 Answer

5 votes

3. Is not stored in contiguous memory.

User Alex Fung
by
8.3k points