Objectives : TreeSet and HashSet

  • understand concept of a TreeSet as an ADT
  • understand the concept of a HashSet as an ADT
  • develop algorithmic skills using these ADTs
  • be able to design and maintain a TreeSet or HashSet
  • understand that TreeSet and HashSet code will be the same
  • understand when it is appropriate to use a TreeSet or a HashSet
HOME