Question: Consider hash function: h ( s ) = s % 10 * 100 + s / 10 % 10 * 10 + s / 100
Consider hash function:
h(s) = s % 10 * 100 + s / 10 % 10 * 10 + s / 100 % 10,
where s is an integer. Some believe h is a good hash function, while some do not.
Give two advantages and two disadvantages for this hash function and explain why?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
