Vidyalelo
Data Structure · Q121

Hashing

Programming · Data Structure · question 121

Q121

Which of the following is an advantage of open addressing over separate chaining?

A.
it is simpler to implement
Answer
B.
table never gets full
C.
it is less sensitive to hash function
D.
it has better cache performance

Answer: Option A

Solution

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