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
How to copy an array into another array?
Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?
Which sorting has less time complexity?
Explain the difference between hashset and hashmap?
Explain the implementation of an AVL tree and Binary tree.
Is it possible to insert different type of elements in a stack? How?
Is it possible to increase size of array?
Do sets allow duplicates?
What is list data structure?
Why linked list is required?
Which is better than array and linked list?
What is the use of threaded binary tree?
Which data structures are used in bfs and dfs algorithm?
Why are b trees used?
Can the double-checked locking fail on a single processor system?