Vidyalelo
Data Structure · Q28

Hashing

Programming · Data Structure · question 28

Q28

How does rehashing affect a hash table?

A.
It sorts elements in the hash table.
B.
It increases the size of the hash table and re-calculates indices for all elements.
Answer
C.
It adds new elements to the hash table.
D.
It sorts elements in the hash table.

Answer: Option B

Solution

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