PREV INDEX NEXT

Author: Unknown
Subject: Hashtable search algorithm
Date: Monday, 13 Apr 2020, 18:48:23

In order to fit the time constraints, do we need to use something like binary search to search each array element of our hashtable, or will linear search work just fine?
PREV INDEX NEXT