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 717 / 731 800
Dynamic prefix sum 632 / 650 900
Unammed 613 / 638 900
k-th occurence 569 / 586 1000
Set 414 / 473 1000
Most frequent value 282 / 366 1100
A lot of queries 204 / 226 1100
Median 199 / 223 1200
Houses 176 / 198 1200
Picking flowers 148 / 174 1300