Author: Stan Eisenstat
Subject: Re: [Cs223] Where to Rehash?
Date: Wednesday, 08 Apr 2020, 12:46:59
> Message Posted By: Unknown
>
> If for rehashing we would need to keep track of the load average in our
> search table, can we add another function to our Hash.c file that handles
> rehashing or are we limited to the functions Create, Insert, Search, and
> Destroy?
The specification of the Hash ADT is your choice, as
is whether it monitors the load average and invokes
rehashing within the implementation file or from the
calling program.
--Stan-
PREV
INDEX
NEXT