Vidyalelo
Data Structure · Q4

Hashing

Programming · Data Structure · question 4

Q4

What is a hash function primarily used for in hashing?

A.
To balance a binary search tree.
B.
To map data to a fixed-size value.
Answer
C.
To find the maximum element in a set.
D.
To balance a binary search tree.

Answer: Option B

Solution

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