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 488 / 496 800
Dynamic prefix sum 448 / 462 900
Unammed 418 / 434 900
k-th occurence 378 / 392 1000
Set 280 / 330 1000
Most frequent value 191 / 258 1100
A lot of queries 146 / 163 1100
Median 139 / 156 1200
Houses 122 / 145 1200
Picking flowers 95 / 114 1300