CSSE 220 – Object-Oriented Software Development

Homework 28

Objectives

Explore the use of more powerful data structures.

Tasks

  1. Complete the assigned reading for the next session, according to the course schedule.

    There is no ANGEL assessment over this reading.

  2. Solo Work In-Class:
    1. Your solo work for this part must be done in the DataStructures project inside Eclipse. Use theSVN Repository Exploring perspective to check out this project, then switch back to the Java perspective.
    2. Complete the TODO items in DataStructureDemo.
  3. Solo/Pair Work In-Class: Work with your partner for the Markov Program (or alone if you chose to not partner).

    1. Complete the FixedLengthQueue in-class exercise.
    2. Begin work on the Markov Program. Your goal is to understand the assignment description well and begin planning how to implement your solution.

      We’re only going to do Milestone 1 of Markov this term. We’ll have more in-class work time on it in the next class session. Milestone 1 is due at 5:00 PM on Friday of 10th week.

  4. Team Assignment: Continue working with your team toward the next assigned milestone of the Vector Graphics project.

Remember, in all your code:

Here is the grading rubric for this assignment.

Turn-in Instructions

Turn in your individual/pair work by committing it to your SVN repository.

See the Vector Graphics assignment description for team project deliverables.