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

Which is better merge sort or quick sort?

0 Answers  


What is concurrentlinkeddeque?

0 Answers  


What does the dummy header in linked list contain?

0 Answers  


What are different dynamic memory allocation technique in c.

0 Answers  


What is sequential search?

0 Answers  






How many types of priority queue are there?

0 Answers  


Can constructor be static?

0 Answers  


How do you find the space complexity of a bubble sort?

0 Answers  


How can you insert a node at the end of linked list?

0 Answers  


Which is faster hashmap or hashset?

0 Answers  


How can we reverse the order in the treemap?

0 Answers  


What is the order of b tree?

0 Answers  


Categories