A data structure that stores multiple elements while preserving order.
A collection that preserves insertion order and supports index-based access. Duplicate elements are allowed, and unlike an array, most implementations can resize dynamically.
© 2026 ITBGM