1.

Which of the following problems occur due to linear probing?(a) Primary collision(b) Secondary collision(c) Separate chaining(d) Extendible hashingMy doubt stems from Hash Tables in portion Hash Tables of Data Structures & Algorithms II had been asked this question in unit test.

Answer»

The CORRECT ANSWER is (a) Primary collision

Explanation: Primary collision occurs due to linear probing TECHNIQUE. It is overcome using a quadratic probing technique.



Discussion

No Comment Found

Related InterviewSolutions