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
What is a vector element?
What is 1d array?
What are the types of map?
How do you check if a stack is empty or not?
Define threaded binary tree.
How many types of arrays are there in visual basic?
Which sorting is best for large data?
What is the method to find the complexity of an algorithm?
What is a b+ tree? Explain its uses.
If you have to store one lakh objects, what will be a better option- a hash map or an array list?
Can you sort a hashmap?
Write the c program to insert a node in circular singly list at the beginning.
What does isempty() member method determines?
Give one example of right rotation.
Does arraylist have a tostring?