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 to search binary in a sorted array?
List some applications of multilinked structures?
Define a Deque?
What do you mean by recursive definition?
What is the capacity of arraylist?
Can we insert null in hashset?
Explain stacks and queues in detail.
Explain heapsort. What is its complexity?
Describe the level term in a tree.
What do you mean by hash table?
What is the complexity of selection sort?
Can we add elements to final list?