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.
AnswerD.
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