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 706 / 720 800
Dynamic prefix sum 625 / 643 900
Unammed 608 / 632 900
k-th occurence 559 / 576 1000
Set 409 / 468 1000
Most frequent value 278 / 362 1100
A lot of queries 202 / 224 1100
Median 197 / 221 1200
Houses 175 / 197 1200
Picking flowers 147 / 172 1300