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 384 / 390 800
Dynamic prefix sum 350 / 363 900
Unammed 333 / 346 900
k-th occurence 290 / 303 1000
Set 211 / 251 1000
Most frequent value 141 / 200 1100
A lot of queries 104 / 116 1100
Median 100 / 116 1200
Houses 84 / 106 1200
Picking flowers 42 / 52 1300