PREV INDEX NEXT

Author: Unknown
Subject: Testing Hash Table Chaining
Date: Tuesday, 14 Apr 2020, 15:59:23

Dear Prof. Eisenstat, 

What are your recommendations for testing chaining? 
My current plan would be to call my insert function with two keys that map to the same index in my hash table. What would two such values be, given that I am using your hash function from hashFunction.c?
Thank you.
PREV INDEX NEXT