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


Please Help Members By Posting Answers For Below Questions

Is sorting a math skill?

654


How many types of searching are there in data structure?

585


How many types of priority queue are there?

680


Which interfaces are implemented by linkedhashset?

694


Are linked lists useful?

670


an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).

684


Define general trees?

739


What are the major data structures used in the rdbms?

764


Differentiate between iterator and listiterator.

795


What are arrays used for?

708


What is sorting explain?

680


What is difference between list and array?

638


How do I use quick sort?

656


What are the types of binary tree?

667


Define avl tree?

854