PREV INDEX NEXT

Author: Unknown
Subject: Memory for char*s in HashTable
Date: Monday, 13 Apr 2020, 14:05:28

Should our HashTable be allocating the space for the char*s that hold the position and reached-from strings? I am confused how else to keep allocating memory for new strings otherwise. Also does your Deque adt expect that that Char*s being added are already allocated or does it allocate memory for each new string added?
PREV INDEX NEXT