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 540 / 549 800
Dynamic prefix sum 496 / 511 900
Unammed 462 / 483 900
k-th occurence 422 / 436 1000
Set 316 / 367 1000
Most frequent value 220 / 290 1100
A lot of queries 169 / 189 1100
Median 168 / 185 1200
Houses 140 / 161 1200
Picking flowers 110 / 131 1300