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 520 / 528 800
Dynamic prefix sum 478 / 492 900
Unammed 448 / 466 900
k-th occurence 405 / 419 1000
Set 303 / 352 1000
Most frequent value 206 / 275 1100
A lot of queries 159 / 177 1100
Median 156 / 173 1200
Houses 135 / 157 1200
Picking flowers 103 / 124 1300