Explain what are the types of collision resolution techniques and the methods used in each of the type?



Explain what are the types of collision resolution techniques and the methods used in each of the ty..

Answer / Ashwanee Kumar Singh

The types of collision resolution techniques include open addressing (linear probing, quadratic probing, double hashing) and closed addressing (separate chaining,ayle's algorithm, deferred allocation). In open addressing, empty slots are used to store collided keys. In closed addressing, additional arrays are created or elements are moved around when a collision occurs.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is variable size arrays?and why we use it?

1 Answers   MCN Solutions,


Check if duplicates exist in an array of N which has range 1 to N.

1 Answers   Expedia, GrapeCity,


How memory is reserved using a declaration statement in data structure?

1 Answers  


What is the difference between ienumerable and list?

1 Answers  


Is a list an array?

1 Answers  


What is the difference between hashset and treeset?

1 Answers  


How many types of data structures are used?

1 Answers  


What do you mean by selection sort?

1 Answers  


How do you access the values within an array?

1 Answers  


Where is data structure used?

1 Answers  


There are 8, 15, 13, 14 nodes were there in 4 different trees. Which of them could have formed a full binary tree?

1 Answers  


What are examples of data structures?

1 Answers  


Categories