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 276 / 283 800
Dynamic prefix sum 251 / 261 900
Unammed 240 / 253 900
k-th occurence 206 / 216 1000
Set 156 / 184 1000
Most frequent value 108 / 144 1100
A lot of queries 80 / 89 1100
Median 75 / 87 1200
Houses 62 / 82 1200