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 stacks work?
What is the difference between collection and collections?
Explain the term tail recursion?
Now you are given an array of a characters (both ASCII and Kanji) and, an index into the array. The index points to the start of some character. Now you need to write a function to do a backspace (i.e. delete the character before the given index).
How do arrays work?
Why is sorting important?
What is the need of sorting?
How many types of linked list are there?
In what areas do data structures applied?
Difference between hashset and treeset?
Can you store different types in an array?
What is a node in it?