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 266 / 273 800
Dynamic prefix sum 241 / 250 900
Unammed 229 / 241 900
k-th occurence 191 / 201 1000
Set 148 / 174 1000
Most frequent value 102 / 135 1100
A lot of queries 78 / 87 1100
Median 73 / 85 1200
Houses 59 / 77 1200