Q: The description for Assignment I on the course website states that it
is recommended to use hash-table or map class (if alphabetical order is
implemented) to store the records read from the file. My question is whether
these are absolute requirements or can we use other ways to store the
records (such as BufferedInputStream and Tokenizer class)?
A: You can use other classes but be able to motivate your choice.
Q: I was wondering if the sorting algorithm should take into account case and
consider LAB in call caps the same as lab in all lowercase letters.
A: Yes, you can consider them the same.
Q: The project description for Assignment 1 on the course website shows a
sample input file to be used as input in the project (starts with "Peter piper
picked...")
Is that the actual file on which the final program will be tested on or should
the program adapt to any text input ?
A: You should be able to run/use any input file.