Suppose that you use open addressing to resolve collisions. Now imagine that your hash table is getting full. To avoid the bad performance that results from a nearly full hash table, you should create a new, larger hash table.
a. What steps should you take to move all of your entries to this new table?
b. What happens to the hash function?