CSCI 265 Assignment 2, Fall 1997 DUE: The assignment is due on or before 3.30am, Tue October 21. This assignment is worth 20 objective points. Your solution will be graded on the basis of its run-time behaviour and on the clarity and simplicity of the source code. With regard to simplicity and clarity, follow the ASAP principle: as simple as possible. INSTRUCTIONS: Issue the command: cp -r ~csci265/kwicEx2 . to copy the assignment work directory to your account. Locate to kwicEx2. Your task is to modify kwic so as it conforms to the functional specification located in kwicEx2. This assignment is to be completed by each team. Submit only one implementation; if you send more than one, we will discard all but the last one. The assignment identifier is CSCI 265 Pex 2 (see Course Information Sheet). Your assignment must be received before the due date and time. In addition, your e-mail must have the assignment identifier as its subject. All other methods of submission will not be accepted. You will receive no credit for an assignment submission that fails to adhere to this convention. Notes: 1. You must modify the format of the output (see functional spec) 2. Noise words can be in any order. You must use the standard libary function qsort to sort the words and the standard library function bsearch to search for noise words. 3. You must tar, compress and uuencode the complete project and e-mail it to csci265 (as stated above). Peter