Vidyalelo
Data Structure · Q34

Hashing

Programming · Data Structure · question 34

Q34

What does the term "bucket" refer to in the context of hashing with chaining?

A.
A technique for collision resolution.
B.
A function used to compute hash values.
C.
A method of resizing the hash table.
D.
A slot in the hash table where elements are stored.
Answer

Answer: Option D

Solution

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