MP5: DataStructures

The Assignment

As always, start this MP by reading R-E-A-D-M-E-F-I-R-S-T.txt, in the MP you checked-out from subversion.

Hints

What You Will Learn

  1. Programming Skills & Domain Knowledge:
    • Implement a data structures (list), without performance concerns.
    • Use procedural abstraction and code-reuse to hide implementation details.
  2. Java Skills:
    • Everything!

What You Should Already Know