Skip to content
Snippets Groups Projects
Commit f16f182a authored by Winston Jodjana's avatar Winston Jodjana
Browse files

Update CHT comments

parent db16ca7f
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,7 @@ import java.util.function.Supplier;
* restrict the size of the input domain (i.e., it must accept
* any key) or the number of inputs (i.e., it must grow as necessary).
*
* - ChainingHashTable should rehash as appropriate (use load factor as
* shown in class!).
* - ChainingHashTable should rehash as appropriate (use load factor as shown in lecture!).
*
* - ChainingHashTable must resize its capacity into prime numbers via given PRIME_SIZES list.
* Past this, it should continue to resize using some other mechanism (primes not necessary).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment