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
What is placement new in data structures?
What is the height of binary tree?
Is treeset sorted?
What is stack in data structure with the example?
Which is better arraylist or linkedlist?
What is impact of signed numbers on the memory?
List the applications of set adt?
Explain the terms base case, recursive case, binding time, run-time stack and tail recursion.
What is an ordered map?
How can I search for data in a linked list?
Is binary tree balanced?
What is difference between set and map?
Write a program to reverse a single linked list.
Which sorting algorithm has minimum number of swaps?
What will be the output of below code?