Questa non è una domanda correlata al codice ma si riferisce a C. Ci viene dato:
Amy's club has grown and now includes the following members: Abel, Abigail, Abraham, Ada, Adam, Adrian, Adrienne, Agnes, Albert, Alex, Alfred, Alice
Find what value would be computed by Amy's hash function for each member of the group, before modding by the table size?
Non sono sicuro di cosa intendano per modding PRIMA, perché non mostreremmo l'equazione mod come Abel: 4% 6 = 4, come parte della risposta?
Now, assume we use Amy's hash function and assign each member to a bucket by simply modding the hash value (obtained from part a) by the number of buckets. Determine how many elements would be assigned to each bucket (assume hashing with chaining) for a hash table of size 6. Do the same for a hash table of size 13. c. What are the load factors of these two tables?
Apprezzerei molto una spiegazione perché non sono sicuro di come calcolare esattamente le risposte a questi problemi e non ho trovato un buon esempio, quindi una spiegazione approfondita sarebbe molto apprezzata.