1.

By implementing separate chaining using list head we can reduce the number of collisions drastically.(a) True(b) FalseI'd like to ask this question from Hash Tables topic in section Hash Tables of Data Structures & Algorithms IThe question was posed to me in my homework.

Answer»

Correct answer is (b) False

Easy EXPLANATION - Collision is caused when a hash function returns repeated values. So collisions can be REDUCED by developing a better hash function. Whereas separate CHAINING using list head is a collision HANDLING technique so it has no relation with a NUMBER of collisions taking place.



Discussion

No Comment Found

Related InterviewSolutions