100 Khan.randRange(5, 10) hashFuncSfold.genKey(len) hashFuncSfold.genAnswer(key, M)
Given a hash table size of 100, a key that is a string, use the improved string folding function to calculate a hash value that will then be set to a value within the table size using the simple mod function. What slot in the table will key hash to?

CorrectAnswer

Use the Improved String Folding calculator to help you.

Take the answer it gives, and mod by 100.

The answer is CorrectAnswer.