previous | start | next

Answers

  1. Efficient set implementations can quickly test whether a given element is a member of the set.
  2. 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