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 the parent class of list<e> class?

0 Answers  


Explain the Array

0 Answers   Tech Mahindra,


What is bubble sort algorithm in data structure sort and searching?

0 Answers  


What is merge sort in daa?

0 Answers  


Mention the steps to insert data at the starting of a singly linked list?

0 Answers  


What is a treemap chart?

0 Answers  


What is tree in computer science?

0 Answers  


What is hash data type?

0 Answers  


Describe the types of data structures?

0 Answers  


Which is faster hashmap or treemap?

0 Answers  


How null key is handled in hashmap?

0 Answers  


Is priority queue sorted?

0 Answers  


Categories