PREV INDEX NEXT

Author: Unknown
Subject: Rehashing
Date: Tuesday, 07 Apr 2020, 11:01:36

When we are rehashing on pset5, do we have to overwrite the same hashtable that we have previously had (where N/M > 8), or can we make an entirely new hashtable and then move over the values? The reason I ask is because I can then just create 3 global Hash table to begin with of index counts of 1024, 1024*8, and 1024*64. Or do can we only have one global hashtable at a time?
PREV INDEX NEXT