PREV INDEX NEXT

Author: Unknown
Subject: hash table size increase
Date: Monday, 26 Oct 2020, 17:20:54

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?
PREV INDEX NEXT