Vidyalelo
Data Structure · Q34

Miscellaneous on Data Structures

Programming · Data Structure · question 34

Q34

What is the primary advantage of using a Cuckoo Hashing technique?

A.
To allow constant-time access
B.
To support dynamic resizing of the hash table
C.
To maintain a sorted order of elements
D.
To reduce collision rates and improve lookup time
Answer

Answer: Option D

Solution

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