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 350 / 356 800
Dynamic prefix sum 319 / 332 900
Unammed 302 / 315 900
k-th occurence 263 / 275 1000
Set 191 / 228 1000
Most frequent value 132 / 185 1100
A lot of queries 97 / 110 1100
Median 92 / 108 1200
Houses 78 / 98 1200
Picking flowers 25 / 34 1300