Module Containers C++ in Standard Template Library (STL)

Containers C++ in Standard Template Library (STL)

In this module, you will learn to use some widely used containers in C++: - `std::vector` - `std::map` - `std::set` and their variants like `std::multiset` , `std::unordered_map`, etc. They are also called built-in data structures.

Problems

k-th element 207 / 214 800
Dynamic prefix sum 194 / 202 900
Unammed 182 / 191 900
k-th occurence 149 / 160 1000
Set 114 / 137 1000
Most frequent value 71 / 102 1100
A lot of queries 51 / 58 1100
Median 51 / 60 1200
Houses 41 / 56 1200