Another option is for the hash table to be an array of pointers to structures, indexed by the hashed or rehashed structure id's. (The array is initialized to all NULL's). The issue with this scheme...