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 648 / 661 800
Dynamic prefix sum 589 / 608 900
Unammed 551 / 573 900
k-th occurence 508 / 523 1000
Set 385 / 442 1000
Most frequent value 257 / 336 1100
A lot of queries 192 / 213 1100
Median 189 / 210 1200
Houses 164 / 184 1200
Picking flowers 137 / 159 1300