Answers

Question and Answer:

  Home  Analyst Integration

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

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.

 253 views

More Questions for you: