previous
|
start
|
next
Answers
Efficient set implementations can quickly test whether a given element is a member of the set.
Sets do not have an ordering, so it doesn't make sense to add an element at a particular iterator position, or to traverse a set backwards.
previous
|
start
|
next