CS 153 Data Structures I
Programming Assignment #13

Due: 11/15/01

This programming assignment is designed to:

OVERVIEW:

Set up your Hash class to use an array of size = 10. Use mod as your hashing function. Pick any collision resolution technique that you wish. Design the problem in a way that makes sense to you. Obviously, be prepared to explain why you chose your design and how it works.