Homework 20
CSSE 221 – Fundamentals of Software Development Honors
Fall 2008–2009
Recall the
Due Dates
and
(from the syllabus)
the
Late (and early) Assignment Policy
and guidelines for
maintaining Academic Integrity.
Also recall that you can get help on any of these problems during the
CSSE lab assistant hours,
and you can use the Assignments Discussion Forum
on Angel to discuss, clarify, or get help on these problems.
Things to do
- You should have completed your
LinkedListImplementation project
by now.
- Continue working on your Simulation project.
Your team should have completed steps 1 through 8 of the Simulation instructions
by the due date of this homework.
- Read:
- Common Error 13.1 (Infinite Recursion) on page 592 of Chapter 13 (Recursion),
- the immediately following Section 13.2 (Permutations),
- the immediately following Common Error 13.2 (Tracing Through Recursive Methods),
- the immediately following How To 13.1 (Thinking Recursively), and
- Section 13.3 (Recursive Helper Methods).
[That is, read pages 592 to the top of page 602.]
- Do and self-check all the Self Check problems
that you encounter in this reading.
- You don't have to write down the answers to those Self Check problems;
just do them in your head and then check your answers against
the answers given at the end of the chapter.
- Note that one of your written problems (below)
asks you how many of these Self-Check problems you actually did.
- Do the written problems below.
Written problems
Write your answers to these questions.
Turn your answers in via the appropriate Homework Drop Box on Angel.
-
There are 4 Self-Check problems in your reading for this homework.
How many of these 4 Self-Check problems did you read, think about briefly, and check your answer
against the answer at the back of the chapter?
- Your answer to this problem is simply a number between 0 and 4 -- I believe
that you will be truthful.
- I hope that you did them all! It takes not-too-many minutes to do so!
- Do Review Exercise R13.4 on page 618
(end of Chapter 13) of Big Java.