What is the time complexity of erasing an element from a map in the STL?
O(1)
O(n)
O(log n)
O(n log n)
This question is part of this quiz :