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
What does a bubble chart show?
Explain what are the notations used in evaluation of arithmetic expressions using prefix and postfix forms?
On clicking a node in a tree, all the adjacent edges are turned on. Calculate min of clicks such that all the edges are turned on.
Can the double-checked locking fail on a single processor system?
Define an equivalence relation?
What is a hashmap in c?
What is data structure and its classification?
How to check array contains value or not?
Is bubble sort faster than selection sort?
What are the operations that can be performed on a stack?
What is difference between hashmap and treemap?
How will you free the memory that is allocated at run time?
Which interface provides the capability to store objects using a key-value pair?
What is time and space complexity of bubble sort?
How do you assign an address to an element of a pointer array ?