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 |
Is arraylist a class?
Define primary clustering?
Can hashtable have duplicate values?
What do you mean by hash function?
Define static data structures?
Which interface treemap implements?
Which sort is best for linked list?
Which interfaces are implemented by abstractsequentiallist?
In RDBMS, what is the efficient data structure used in the internal storage representation?
If we add enum constants to a sorted collection ( treemap , treeset ), what will be the order in which they will be maintained?
Why heap sort is not used?
How is hashmap o 1?