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 415 / 421 800
Dynamic prefix sum 375 / 387 900
Unammed 353 / 369 900
k-th occurence 309 / 323 1000
Set 228 / 269 1000
Most frequent value 150 / 213 1100
A lot of queries 110 / 124 1100
Median 108 / 125 1200
Houses 94 / 115 1200
Picking flowers 58 / 69 1300