23.4 Sets
optimized for fast insertion, removal, and testing
Not linear. Often a balanced BST
Finding an item takes O(log
n
) time
Elements of a set are unique
multiset
removes this restriction
Declared in the
<set>
header file
prev
|
top
|
next