Data Structures Question:
Download Questions PDF

What is the bucket size, when the overlapping and collision occur at same time?

Answer:

One. If there is only one entry possible in the bucket, when the collision occurs, there is no way to accommodate the colliding value. This results in the overlapping of values.

Download Data Structures Interview Questions And Answers PDF

Previous QuestionNext Question
What is the easiest sorting method to use in data structures?In an AVL tree, at what condition the balancing is to be done?