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 543 / 552 800
Dynamic prefix sum 501 / 516 900
Unammed 466 / 486 900
k-th occurence 426 / 440 1000
Set 317 / 368 1000
Most frequent value 220 / 291 1100
A lot of queries 171 / 190 1100
Median 168 / 185 1200
Houses 142 / 163 1200
Picking flowers 112 / 133 1300