Day 24 Recap Questions
- What is a
map
in C++ STL? What is the difference betweenpair
andtuple
? - How do you return multiple values in C++?
- Name some useful templated data containers provided by STL.
- Name some useful algorithms provided by
<algorithm>
.