Vidyalelo
Data Structure · Q99

Hashing

Programming · Data Structure · question 99

Q99

What is the advantage of hashing with chaining?

A.
cache performance is good
B.
uses less space
C.
less sensitive to hash function
Answer
D.
has a time complexity of O(n) in the worst case

Answer: Option C

Solution

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