Author: Stan Eisenstat
Subject: Re: [Cs223] Hashtable search algorithm
Date: Monday, 13 Apr 2020, 21:02:12
> Message Posted By: Unknown
>
> 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?
Linear search is fine.
--Stan-
PREV
INDEX
NEXT