Day 24 Recap Questions
  1. What is a map in C++ STL? What is the difference between pair and tuple?
  2. How do you return multiple values in C++?
  3. Name some useful templated data containers provided by STL.
  4. Name some useful algorithms provided by <algorithm>.