Sobes.tech

What is a collision and how is it resolved in unordered_map? What collision resolution methods do you know?

Middle
254

What happens to unordered_map iterators after rehashing the hash table?

Middle
196

Name the algorithmic complexity of insertion, search, and deletion operations for unordered_map.

Middle
188

What is a hash function, and how does a good one differ from a bad one?

Middle
172

What is the fundamental difference from a vector in terms of iterator invalidation?

Middle
169

How is a unique_ptr implemented under the hood?

Middle
166

Tell me how a forward_list is implemented under the hood.

Middle
163

How is shared_ptr implemented under the hood? Tell me about the control block.

Middle
161

How to use your data structures as keys in a map?

Middle
161

Как устроен weak_ptr под капотом?

Middle
159

Tell me how the map is implemented under the hood.

Middle
156

Name the algorithmic complexity of insertion, search, and deletion operations for forward_list.

Middle
155

What happens to the reference count when copying a shared_ptr?

Middle
154

Зачем нужен weak_ptr?

Middle
154

How is unordered_map implemented under the hood?

Middle
154

Briefly tell about the architecture of Linux OS.

Middle
153

Why is shared_ptr needed?

Middle
152

В чём нюанс make_shared по сравнению с конструктором shared_ptr?

Middle
152

How does Linux differ from Windows in architecture?

Middle
152

There is a vector of 100 elements. How does adding the 101st element work, and what happens when this element is removed?

Middle
151
/2