Author: Stan Eisenstat
Subject: Re: [Cs323] hash table size increase
Date: Monday, 26 Oct 2020, 20:17:39
> Message Posted By: Unknown
>
> When increasing the size of the hash table, are we not allowed to
> temporarily store the nodes in some temp place (maybe another table) and
> then resize table and put all the nodes in the resized table in terms of
> the size constraint?
You may store the nodes anywhere you choose, but the
storage required still counts against the 9*N total.
--Stan-
PREV
INDEX
NEXT