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 557 / 567 800
Dynamic prefix sum 514 / 529 900
Unammed 478 / 498 900
k-th occurence 438 / 452 1000
Set 327 / 378 1000
Most frequent value 228 / 298 1100
A lot of queries 176 / 196 1100
Median 172 / 190 1200
Houses 146 / 168 1200
Picking flowers 117 / 138 1300