1.

Which of the following is not a collision resolution technique?(a) Separate chaining(b) Linear probing(c) Quadratic probing(d) HashingThe query is from Hash Tables in chapter Hash Tables of Data Structures & Algorithms IThis question was addressed to me in final exam.

Answer»

The correct choice is (d) HASHING

The best explanation: Hashing is a technique of placing DATA ITEMS in specific LOCATIONS. Collision may OCCUR in hashing but hashing is not a collision resolution technique.



Discussion

No Comment Found

Related InterviewSolutions