Match the data structure with its description:
Array ↔️ Collection of elements of the same type
List ↔️ Ordered and mutable collection
Tuple ↔️ Ordered and immutable collection
Set ↔️ Unordered collection of unique elements
Dictionary ↔️ Collection of key-value pairs