March 18th, 2002, 08:45 PM
|
#8 (permalink)
|
| Banned
Join Date: Oct 2001
Posts: 447
| Quote: |
(using java) I'm reading in a comma delimited file and creating an object from each line.
| why? defeats purpose of comma delimited (how do you alphabatize the commas?)... Quote: |
The rules of the assignment are that I have to alphabetize the objects and put them in a linked list as I'm reading them in.
| Is this homework?
strange assignment, why not read 'em and sort?
ADD to assignment:
text file ALREADY sorted! |
| |