What are the types of Collision Resolution Techniques and the methods used in each of the type?



What are the types of Collision Resolution Techniques and the methods used in each of the type?..

Answer / ajay vikram

Open addressing (closed hashing),

The methods used include:
Overflow block,
Closed addressing (open hashing)

The methods used include:
Linked list,
Binary tree…

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Name two algorithms two find minimum spanning tree?

0 Answers  


Why is quicksort better than mergesort?

0 Answers  


What is hash value of a string?

0 Answers  


Is quicksort a stable sorting algorithm?

0 Answers  


What are the types of collection?

0 Answers  






What is thread and types of thread?

0 Answers  


What are dynamic data structures?

0 Answers  


What is height balanced tree?

0 Answers  


What is the average number of comparisons in a sequential search?

5 Answers  


What is data structure explain in detail?

0 Answers  


Explain the internal working of a hash map?

0 Answers  


Define heap order property?

0 Answers  


Categories