What are the types of Collision Resolution Techniques and the methods used in each of the type?
Answer Posted / 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 View All Answers
How to reference all the elements in a one-dimension array?
Is hashset synchronized?
Why do we use collections?
How do you do a mergesort?
Is heap sort adaptive?
What is complete binary tree in data structure?
What should I learn first data structures or algorithms?
What is range search?
What are basic algorithms?
What is the use of bubble sort?
Write the recursive c function to count the number of nodes present in a binary tree.
Define right-in threaded tree?
Is linkedlist thread safe?
Are dictionaries mutable?
Where is data structure used?