CSSE 220 – Object-Oriented Software Development

Homework 25

Objectives

Practice with linked lists. Continue with team project.

Tasks

  1. Complete the assigned reading for the next session: §16.5–7. (See schedule for topics to focus on.) As you read, see if you can answer the self-check questions. If there is something you do not understand, make note of it so you can ask about it.
  2. Edit the Big Java Review Wiki on ANGEL, adding answers to two of the review exercises from chapter 16. Be sure to carefully follow the instructions for doing this that are posted on the Wiki.
  3. Solo Work:
    1. Your solo work for this part must be done in the LinkedLists2 project inside Eclipse. Use the SVN Repository Exploring perspective to check out this project, then switch back to the Java perspective.
    2. In-class:
      1. Complete the TODO items in lists.LinkedListDemo.
    3. Complete the TODO items in lists.MyLinkedList and lists.MyLinkedListTest. (You should have started these in class.)
  4. Team Assignments: Working with your team, complete the assigned milestone of the Dam Beavers project.

Turn-in Instructions

We will grade your Wiki contributions using ANGEL. Turn-in your individual work by committing it to your SVN repository.

See the Dam Beavers assignment description for team project deliverables.