What is the bucket size, when the overlapping and collision occur at the same time?
Answer Posted / thamizharasi
One
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does hashset allow duplicates?
What is the use of tree data structure?
Can hashtable have duplicate values?
How does threaded binary tree represented in data structure?
Explain the term run-time stack?
What does enum do?
Explain the Complete structure of hashmap along with the basic coding of the hashmap internal implementation.
What is significance of ” * ” ?
What are b tree keys?
Define binary tree insertion.
an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
What data structure does a binary tree degenerate?
Differentiate among cycle, path, and circuit?
How do we search a specific element in an array?
Is array a collection?