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 419 / 426 800
Dynamic prefix sum 381 / 393 900
Unammed 358 / 374 900
k-th occurence 318 / 332 1000
Set 232 / 274 1000
Most frequent value 156 / 219 1100
A lot of queries 114 / 129 1100
Median 112 / 129 1200
Houses 96 / 119 1200
Picking flowers 62 / 76 1300