What is the average time complexity for inserting a new element into a unordered_map?
O(n)
O(log n)
O(1)
O(n log n)
This question is part of this quiz :