Practice: Separate chaining

This exercise is for your own practice, not to be turned in. I highly recommend that you test yourself to see if you can reconstruct the solution from class.

1. Introduction

The goal of this exercise is to understand separate chaining. It corresponds to Project 6.2 in the book, with a couple of additions.

2. Set up

Find the project code for this at

/homes/tvandrun/Public/cs345/hashing
. This is the same code base as for the next two projects. The code contains packages adt, impl, and test.

3. Implementing separate chaining

Your task is to complete the following methods:

Nothing needs to be turned in.


Thomas VanDrunen
Last modified: Fri Apr 6 12:27:07 CDT 2018