map stl Question 3

Last Updated :
Discuss
Comments

Which of the following statements about the map container class in the STL is NOT true?

A map is an ordered container that stores only unique key value pairs.

A map is implemented as a linked list.

A map does not allow element modification or removal.

A map has constant time complexity for element access.

Share your thoughts in the comments