PREV INDEX NEXT

Author: Unknown
Subject: Implementing the hashtable
Date: Tuesday, 14 Apr 2020, 10:18:45

I'm having trouble conceptualizing what the hashtable should be like. Should it be an array of indices, of which each index is the start of a dynamic, ordered array? So it looks something like a 2D array, with different lengths?
PREV INDEX NEXT