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 is unmodifiable list?
What are the tasks performed during inorder traversal?
What is a 2 dimensional array?
Explain the uses of binary tree.
Can we add or delete an element after assigning an array?
Is hashmap a data structure?
What are the types of algorithms?
Why merge sort is better than insertion sort?
What does map stand for?
Define an algorithm. What are the properties of an algorithm? What are the types of algorithms?
Name few classes that implement collection interface?
Mention a few applications of linked lists?
Explain the implementation of an AVL tree and Binary tree.
What is the complexity of selection sort?
Explain about map and their types?