What are the properties of a uniform hashing function? Use any uniform hashing function ( could be
your own) to store the months of an year in hash buckets. How many buckets does your hash
function need? Can you tell the bucket distribution?
Answers
Answered by
0
Explanation:
please follow me hope your help
Attachments:
Answered by
0
Answer:
Explanation:
In computer science, SUHA (Simple Uniform Hashing Assumption) is a basic assumption that facilitates the mathematical analysis of hash tables. The assumption states that a hypothetical hashing function will evenly distribute items into the slots of a hash table.
Properties of Hash Functions
1) Pre-Image Resistance. This property means that it should be computationally hard to reverse a hash function.
2)Second Pre-Image Resistance. This property means given an input and its hash, it should be hard to find a different input with the same hash.
3)Collision Resistance
Similar questions