STL 1
STL 1
- Srivaths P
Goal
• To learn about containers
• pair
• vector
• set, unordered_set
• map, unordered_map
About STL
Standard Template Library (STL) is a set of C++
functions/classes to perform various tasks.
• https://codeforces.com/group/c3FDl9EUi9/conte
st/262795/problem/C
• https://codeforces.com/group/c3FDl9EUi9/conte
st/262795/problem/D
Resources:
https://www.cppreference.com/Cpp_STL_ReferenceManual.pdf
https://devdocs.io/cpp/container (for STL containers)
https://devdocs.io/cpp/algorithm (for STL algorithms)