Saint Mary’s University

Department of Mathematics and Computing Science

CSC 342.2: Data Structures and Software Engineering II

Winter 1998-99

Assignment #2

Instructor: Dr. Pawan Lingras

Due Date: January 29,1999

Create a HashTable type that stores student records from assignment #1. Your Hash Table will use an array of Double (doubly linked lists) from previous semester for storage. The conflict resolution in that case will be based on chaining.