Diferente pentru blog/cpp11 intre reviziile #24 si #23

Nu exista diferente intre titluri.

Diferente intre continut:

vector<pair<int, int>> dirs = {{-1, 0}, {0, -1}, {1, 0}, {0, 1}};
==
Note that since $C++11$ you no longer need to introduce a space between closing right angle brackets $(>>)$.
 
h4. unordered_set, unordered_map
 
These are hash-based implementations of the STL $set$ and $map$ containers, meaning that most operations have average time complexity $O(1)$.
Note that since $C++11$ you no longer need to introduce a space between closing right angle brackets $(>>)$.

Nu exista diferente intre securitate.

Topicul de forum nu a fost schimbat.