CIS 210 Fall 2007

Assignment 8

CIS 210 Home Page Last updated 2007/11/13 20:57:55

Homework 8 - Weeks 9 & 10

Finally! This is the last assignment. After you do this, look back at the previous assignments all the way to the first and you should be impressed with how far you have come.

This homework is due Thursday, November 29 at 5 PM. Use the web service e-turnin to submit your work electronically. You may turn in revisions of your homework up to the time it is due.

This is not a pair assignment. All work submitted must be individual.

This homework is all about linked lists. It is not long --- only two problems --- but you may find that manipulating linked structures requires extra care and extra attention to testing and debugging.


Problem 8.1 - A list without duplicates

Time Estimate2 hours
Turn inUniqList.java
Points50

The full description of this problem can be found at problem description for 8.1.


Problem 8.2 - A simple calculator

Time Estimate2 hours
Turn inCalculator.java, CalcStack.java
Points50

The full description of this problem can be found at problem description for 8.2.