CSI 668 Fall 2002

Assignment 2 – dueDec. 3, 2002

 

In this assignment, you will re-write your Java sort program, so that it can be compiled and executed in a mobile OS of your choice. The input is an XML file that contains 1 – 10 records, each record containing 1 – 10 strings. Your program will need to sort the names of the records (a String) and for each record, sort the strings in a non-decreasing order. The output is a plain text file listing the sorted records.

 

Grading policy:

 

Style and comments:  20%

Correctness: 80%