Classify the Hashing Functions based on the various methods by which the key value is found.
Answer Posted / rohit sah
Direct method,
Subtraction method,
Modulo-Division method,
Digit-Extraction method,
Mid-Square method,
Folding method,
Pseudo-random method.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Evaluate the following prefix expression " ++ 26 + - 1324" (Similar types can be asked)
What is the minimum number of queues needed when implementing a priority queue?
Explain the term tail recursion?
Is linked list faster than array?
Which interface treemap implements?
Define Data Structures?
Is bubble sort slow?
Which interfaces are implemented by abstractqueue?
How to create your own data structure in java?
How many types of arrays are there?
What are hashmaps good for?
Tell me can the size of operator be used to tell the size of an array passed to a function?
List the differences between comparable and comparator interface?
Do sets allow duplicates?
How is the front of the queue calculated ?