Data Structures Question:
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.
Previous Question | Next 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? |