what is a container :

is a data structure that allows us to store data in a organized way that allow manipulation of the data depending on the type of container

Where and when to use a container ?

1️⃣ Access pattern matters


2️⃣ Modification pattern matters


3️⃣ Special operations


4️⃣ Example decisions