unordered set Question 1

Last Updated :
Discuss
Comments

What is the primary purpose of std::unordered_set?

To store elements in sorted order.

To store key-value pairs.

To implement a dynamic array.

To store unique elements but order of elements is random.

Share your thoughts in the comments