|
|
|
\cleardoublepage
|
|
\chapter{Associative Containers}
|
|
|
|
Associative containers are objects that store other objects of a single type.
|
|
They allow for the fast retrieval of data based on keys.
|
|
|
|
\input{set.tex}
|
|
|
|
\input{multiset.tex}
|
|
|
|
\newpage
|
|
\input{map.tex}
|
|
|
|
\newpage
|
|
\input{multimap.tex}
|
|
|
|
|