What are the types of Collision Resolution Techniques and the methods used in each of the type?
Answer / ajay vikram
Open addressing (closed hashing),
The methods used include:
Overflow block,
Closed addressing (open hashing)
The methods used include:
Linked list,
Binary tree…
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you explain bubble sort?
Does treemap sort on key or value?
Advanced problems related to Data Structures were asked
What do you mean by level of the tree?
How would you implement two stacks using a single array?
Sorting is not possible by using which of the methods?
What is the average number of comparisons in a sequential search?
List out the basic operations that can be performed on a stack?
What is advantage and disadvantage of linked list?
List out a few of the applications that make use of Multilinked Structures?
List the area of applications where stack data structure can be used?
Why null is not allowed in treemap?