Which of the following statements about the set container class in the STL is NOT true?
A set is an ordered container that stores only unique elements.
A set has fast element insertion and search times.
A set is implemented as a binary search tree.
A set does not allow element modification or removal.
This question is part of this quiz :
C++ Set and Multiset