1.

Collision is caused due to the presence of two keys having the same value.(a) True(b) FalseThis interesting question is from Hash Tables topic in division Hash Tables of Data Structures & Algorithms IThe question was asked in final exam.

Answer»

Right choice is (a) True

Explanation: A COLLISION is CAUSED DUE to the presence of two KEYS having the same value. It is handled by using any one of the two methods namely:- Chaining and Open ADDRESSING.



Discussion

No Comment Found

Related InterviewSolutions