Saint Marys University
Department of Mathematics and Computing Science
CSC 342.2: Data Structures and Software Engineering II
Winter 1999-2000
Assignment #2
Instructor: Dr. Pawan Lingras
Due Date: February 3, 2000
Create a HashTable type that stores student records from assignment #1. Your Hash Table will use an array of STL lists for storage. The conflict resolution in that case will be based on chaining. Write a suitable driver that allows for inserting, deleting, viewing records, as well as reading records from a file and saving records to a file.