

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An assignment for a computer science course, cs 251, where students are required to implement a c++ class for a word collection data structure. The data structure should store words in lists, one list for each lowercase letter, and provide methods for constructing an empty word collection, inserting words, checking presence, removing words, removing all occurrences, and printing words. The document also suggests a modification to the data structure to improve efficiency for long lists, and provides instructions for submitting the assignment.
Typology: Assignments
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Spring 2009 Voicu Popescu Assignment 4 Due Friday February 13, 11:59PM Vectors, Lists, and Sequences
c. Question 3 (Extra): Turn in a PDF document named as “a4extra.pdf”. This file should include any explanations and the proof. Read General turnin instructions parts E, F and G very carefully, on the website. d. Your codes MUST compile on lore.cs.purdue.edu for it to be graded. e. All of your documents (words.h, words.cpp, a4.pdf, a4extra.pdf (OPTIONAL)) MUST be in the directory A4. In the directory above A4, run the command on lore.cs.purdue.edu turnin ‐c cs251 ‐p A4 A optionally run the following command to verify what files were submitted turnin ‐c cs251 ‐p A4 –v Warning: turnin will be automatically disabled at 02/13/2009 at 11:59 PM EST and you will be unable to turnin your assignment after this time. Warning: turning in multiple times is ok but only the last one will be graded as each turnin permanently overwrites the previous one. Warning: failure to turnin exactly according to the instructions given above will result in your A receiving a grade of 0.