Vidyalelo
Data Structure · Q63

Hashing

Programming · Data Structure · question 63

Q63

What is simple uniform hashing?

A.
Every element has equal probability of hashing into any of the slots
Answer
B.
A weighted probabilistic method is used to hash elements into the slots
C.
Elements has Random probability of hashing into array slots
D.
Elements are hashed based on priority

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board