|
Assignment 3The Assignmenthttp://www2.hawaii.edu/~tp_200/ics211/fall2003/A3-OrderedList.htm
CommentsYour ordered list must use a linked-list implementation using Nodes. It must also implement the SortedList interface. You can get all the needed files here. You can also read the Javadoc documenation for them. In order to use these files, you will need to understand how the Comparable interface works, and how to use the classes I've given you. You can read this description of how these things work. This page also includes a FAQ section. Implementing SortedList is meant to give you some experience working with interfaces. It also gets you used to writing reusable code. You then use this very general code for a very specific application--your applet!
When you submit your assignment, tell me which browser worked for you. By default, I will use
GradingThis assignment will be out of 10 points. You will get points for the following:
|
~ztomasze Index :
TA Details: ICS211: Assignment 1 http://www2.hawaii.edu/~ztomasze |
Last Edited: 19 Oct 2003 ©2002 by Z. Tomaszewski. |