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 498 / 506 800
Dynamic prefix sum 456 / 470 900
Unammed 428 / 445 900
k-th occurence 389 / 403 1000
Set 287 / 336 1000
Most frequent value 199 / 266 1100
A lot of queries 153 / 170 1100
Median 145 / 162 1200
Houses 129 / 151 1200
Picking flowers 99 / 119 1300