Assignment 2 : Due Wednesday, January 22nd at 6PM
General Rules:
1. Please hand in only your own work.
2. Grades discounted 10% per day late. Hand-in time determined
by "save" time on the umbc computing systems.
Actual Tasks:
This program should be an application (i.e. just a regular
program). Build a class which manages a linked list (implemented
in an array): it should be able to add items to the list, sort
the list, and delete items from the list.
Then extend this class with methods that read from the standard
input (entering the items into the list) and writes all of the
values in the list out to standard output.
The program should 1) read the data into the list, 2) sort the list,
and 3) output the data (in order).
1) Hard copy of the Java Source Code
2) The location (on the UMBC) system of the
running application.
N.B. To get full credit, the code must be running
successfully on the UMBC student systems.