What is the bucket size, when the overlapping and collision occur at same time?
Answer Posted / rohit sah
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is quicksort unstable?
Is data structure a data type?
What is doubly linked list?
Is bubble sort faster than selection sort?
What is the complexity of arraylist?
Why is it called bubble sort?
Treemap orders the elements on which field?
Explain what is B-tree?
What are the disadvantages array implementations of linked list?
Why do we use trees in data structures?
What are the types of collision resolution strategies in open addressing?
What is the difference between length () and size () of arraylist?
Does treemap allow null values?
Is hashmap a data structure?
Is array a collection?