Vidyalelo
Data Structure · Q11

Hashing

Programming · Data Structure · question 11

Q11

What is "rehashing" in the context of hash tables?

A.
The process of chaining elements together.
B.
The process of hashing elements for the first time.
C.
The process of resizing and rehashing all elements when the table is full.
Answer
D.
The process of finding an element in the hash table.

Answer: Option C

Solution

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