Andrew H.

asked • 02/04/21

C Hash Function Error

What's wrong with the following hash function?

int hash(char key[], int *listSize)

{

int i, sum;

for (i = 0; i < strlen(key); i++)

{

sum += key[i];

}

sum = summ / listSize;

return sum;

}

1 Expert Answer

By:

Patrick B. answered • 02/04/21

Tutor
4.7 (31)

Math and computer tutor/teacher

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.