map stl Question 5

Last Updated :
Discuss
Comments

How is the std::map class implemented in C++?

As a linked list

As an array

As a red-black tree

As a hash table

Share your thoughts in the comments