CompSci 6
Fall 2008
Program Design and Analysis

Problem Solving with Collections

Consider the following problems and whether or not they would be best solved using an list or a set. In your README file, for each of the four problems, list the problem name and then justify your choice of using either a list or set to solve it.

Complete the following problems and test your solutions to each problem using the APT testing page within your browser.

  1. SpeedDial
  2. MemberCheck
  3. ClientsList
  4. Coach
  5. Thesaurus

Submitting Your Work

When you are satisfied you have completed the problems above, you should electronically submit your project through Eclipse. A submission is not considered complete unless it includes all the Java code for the project (both what you have written and the code provided when you downloaded the project) and a README file as described here.