Discuss Program #3
•Program #3
–why might the sizes of the hash tables be different when the number of items in each table will be the same???
–remember the hash tables, since we are implementing chaining need to be arrays of pointers to nodes
–remember that the constructor needs to allocate these arrays and then initialize each element of the arrays to null
•