Modern C++ inside (STL included)
DATA needs to be MANIPULATED easily.
DATA is stored in CONTAINERS.
DATA is manipulated using ALGORITHMS.
CONTAINERS are of two types;
..* Sequential Containers [Vector, List, Deque]
..* Associative Containers [Maps, Sets, MultiMap]
STL World Map (by Jonathan Boccara)