\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{Use_of_Stl/set} \input{Use_of_Stl/multiset} \newpage \input{Use_of_Stl/map} \newpage \input{Use_of_Stl/multimap}