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
Is sorting a math skill?
How many types of searching are there in data structure?
How many types of priority queue are there?
Which interfaces are implemented by linkedhashset?
Are linked lists useful?
an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).
Define general trees?
What are the major data structures used in the rdbms?
Differentiate between iterator and listiterator.
What are arrays used for?
What is sorting explain?
What is difference between list and array?
How do I use quick sort?
What are the types of binary tree?
Define avl tree?