Update for 02-02-22 16:30

This commit is contained in:
Tyler Perkins 2022-02-02 16:30:01 -05:00
parent f6b4a55fb3
commit c5442802ff

View File

@ -10,4 +10,8 @@ not. Meaning it can return,
== Implementation ==
* Simple [[hash_table]] set
*
* but for some set of hash functions, ALL values of those hash functions are
selected in the table (table of bits?)
* When entry is given, if ALL values that the set of hash functions give are
filled, then value may exist
* If not, it defintily does not exist