previous | start | next

Self Check

  1. Arrays and lists remember the order in which you added elements; sets do not. Why would you want to use a set instead of an array or list?
  2. Why are set iterators different from list iterators?

previous | start | next