Analyst Integration Question:

Download Job Interview Questions and Answers PDF

What are couple of ways to resolve collision in hash table?

Integration Programmer Interview Question
Integration Programmer Interview Question

Answer:

linear probing, double hashing, and chaining. In linear probing, if bucket is already occupied then function check next bucket linearly until it find an empty one, while in chaining, multiple elements are stored in same bucket location.

Download Integration Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
What does the V in MVC stand for, and what does it signify?What is difference between composition, aggregation and association?