What are the techniques that you use to handle the collisions in hash tables?



What are the techniques that you use to handle the collisions in hash tables?..

Answer / Sudhakar Shukla

Hash table collisions can be handled using various techniques such as open addressing (linear probing, quadratic probing, double hashing) and chaining. In linear probing, when a collision occurs, the next available position is searched sequentially. Chaining involves creating a linked list for each hash bucket.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux General Interview Questions

Does linux mint use gnome?

1 Answers  


What is the linux kernel?

1 Answers  


Which file would you examine to determine the levels of messages written to system log files?

1 Answers  


What is the purpose of the linux?

1 Answers  


What is the use of linux?

1 Answers  


Why kerberos?

1 Answers  


Does freenas really need 8gb ram?

1 Answers  


What utility would you use to cut off the first column in a text file?

1 Answers  


Does playonlinux install wine?

1 Answers  


What is the minimum number of disk partitions required to install linux?

1 Answers  


Is mac a linux or darwin?

1 Answers  


Where linux is used?

1 Answers  


Categories