What is the bucket size, when the overlapping and collision occur at same time?
Answer / 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 |
How many passes does bubble sort need?
What do you know about the big-o notation and can you give some examples with respect to different data structures?
What are the parts of root node?
Does list allow null values?
What is difference between array and arraylist?
What is the difference between hashset and linkedhashset?
What are the pre-requisite for the collection to perform binary search?
Can arraylist contain duplicates?
What are the applications of priority queues?
Why concurrenthashmap is fail safe?
Explain the Linked List
Can we store a string and integer together in an array?