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 hashing with example?
Can we extend an array after initialization?
How do you do a selection sort?
How do you sort a list in reverse order?
Name two algorithms two find minimum spanning tree?
What is the complexity of arraylist?
What happens if an array goes out-of-bounds?
Why sorting is done?
What is adt and its advantages?
What is an ordered list?
Define non linear data structure.
What is height balanced tree?
Define a full binary tree ?
Which sorting algorithm is used in collections sort?
Describe avl tree or height balanced binary search tree.