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 |
Name two algorithms two find minimum spanning tree?
Why is quicksort better than mergesort?
What is hash value of a string?
Is quicksort a stable sorting algorithm?
What are the types of collection?
What is thread and types of thread?
What are dynamic data structures?
What is height balanced tree?
What is the average number of comparisons in a sequential search?
What is data structure explain in detail?
Explain the internal working of a hash map?
Define heap order property?