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.